#F3AFEC

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

Shades of Lavender Rose #F3AFEC

Tints of Lavender Rose #F3AFEC

Color information

#F3AFEC (or 0xF3AFEC) is unknown color: approx Lavender Rose. HEX triplet: F3, AF and EC. RGB value is (243,175,236). Sum of RGB (Red+Green+Blue) = 243+175+236=654 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.16% from 654); Green value is 175 (68.75% from 255 or 26.76% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AFEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3AFEC is #0C5013. Grayscale: #CACACA. Windows color (decimal): -806932 or 15511539. OLE color: 15511539.

HSL color Cylindrical-coordinate representation of color #F3AFEC: hue angle of 306.18º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F3AFEC is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB243175236-
CMYK00.280.030.05
HSL306.18º73.91%81.96%-
HSV(B)306.18º27.98%95.29%-
XYZ67.4355.7786.57-
YUV202.29147.03157.04-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.16%
GREEN value IS 175 (68.75% from 255) = 26.76%
BLUE value IS 236 (92.58% from 255) = 36.09%
R=37.16%
G=26.76%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317523600.280.030.05306.1873.9181.96
HexF3AFEC01C351324a52
Octal36325735403435462112122
Binary1111001110101111111011000111001110110011001010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AFEC; }

 p { color: rgb(243,175,236); }

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

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

 a { background-color: rgb(243,175,236); }

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

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

 span { border-color: rgb(243,175,236); }

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