#F1A5DF

Color #F1A5DF Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #F1A5DF

Tints of Lavender Rose #F1A5DF

Color information

#F1A5DF (or 0xF1A5DF) is unknown color: approx Lavender Rose. HEX triplet: F1, A5 and DF. RGB value is (241,165,223). Sum of RGB (Red+Green+Blue) = 241+165+223=629 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.31% from 629); Green value is 165 (64.84% from 255 or 26.23% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A5DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A5DF is #0E5A20. Grayscale: #C2C2C2. Windows color (decimal): -940577 or 14657009. OLE color: 14657009.

HSL color Cylindrical-coordinate representation of color #F1A5DF: hue angle of 314.21º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1A5DF is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB241165223-
CMYK00.320.070.05
HSL314.21º73.08%79.61%-
HSV(B)314.21º31.54%94.51%-
XYZ63.0550.9476.32-
YUV194.34144.18161.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 38.31%
GREEN value IS 165 (64.84% from 255) = 26.23%
BLUE value IS 223 (87.5% from 255) = 35.45%
R=38.31%
G=26.23%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116522300.320.070.05314.2173.0879.61
HexF1A5DF0207513a4950
Octal36124533704075472111120
Binary111100011010010111011111010000011110110011101010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A5DF; }

 p { color: rgb(241,165,223); }

 H1.HeaderClassName
 {
   color: #F1A5DF;
 }
 .AnyTagClassName
 {
   color: #F1A5DF;
 }
</style>
background-color css

<style>
 a { background-color: #F1A5DF; }

 a { background-color: rgb(241,165,223); }

 div.DivClassName
 {
   background-color: #F1A5DF;
 }
 .BgClassName
 {
   background-color: #F1A5DF;
 }
</style>
border-color css

<style>
 span { border-color: #F1A5DF; }

 span { border-color: rgb(241,165,223); }

 td.TdClassName
 {
   border-color: #F1A5DF;
 }
 .TagClassName
 {
   border-color: #F1A5DF;
 }
</style>