#F2AFE4

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

Shades of Lavender Rose #F2AFE4

Tints of Lavender Rose #F2AFE4

Color information

#F2AFE4 (or 0xF2AFE4) is unknown color: approx Lavender Rose. HEX triplet: F2, AF and E4. RGB value is (242,175,228). Sum of RGB (Red+Green+Blue) = 242+175+228=645 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.52% from 645); Green value is 175 (68.75% from 255 or 27.13% from 645); Blue value is 228 (89.45% from 255 or 35.35% from 645); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AFE4 is #0D501B. Grayscale: #C8C8C8. Windows color (decimal): -872476 or 14987250. OLE color: 14987250.

HSL color Cylindrical-coordinate representation of color #F2AFE4: hue angle of 312.54º degrees, saturation: 0.72, 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 #F2AFE4 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB242175228-
CMYK00.280.060.05
HSL312.54º72.04%81.76%-
HSV(B)312.54º27.69%94.9%-
XYZ65.9555.1480.57-
YUV201.08143.2157.19-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.52%
GREEN value IS 175 (68.75% from 255) = 27.13%
BLUE value IS 228 (89.45% from 255) = 35.35%
R=37.52%
G=27.13%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217522800.280.060.05312.5472.0481.76
HexF2AFE401C651394852
Octal36225734403465471110122
Binary11110010101011111110010001110011010110011100110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AFE4; }

 p { color: rgb(242,175,228); }

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

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

 a { background-color: rgb(242,175,228); }

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

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

 span { border-color: rgb(242,175,228); }

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