#F2AFE8

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

Shades of Lavender Rose #F2AFE8

Tints of Lavender Rose #F2AFE8

Color information

#F2AFE8 (or 0xF2AFE8) is unknown color: approx Lavender Rose. HEX triplet: F2, AF and E8. RGB value is (242,175,232). Sum of RGB (Red+Green+Blue) = 242+175+232=649 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.29% from 649); Green value is 175 (68.75% from 255 or 26.96% from 649); Blue value is 232 (91.02% from 255 or 35.75% from 649); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2AFE8 is #0D5017. Grayscale: #C9C9C9. Windows color (decimal): -872472 or 15249394. OLE color: 15249394.

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

Color convert

RGB242175232-
CMYK00.280.040.05
HSL308.96º72.04%81.76%-
HSV(B)308.96º27.69%94.9%-
XYZ66.5155.3683.52-
YUV201.53145.2156.87-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.29%
GREEN value IS 175 (68.75% from 255) = 26.96%
BLUE value IS 232 (91.02% from 255) = 35.75%
R=37.29%
G=26.96%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217523200.280.040.05308.9672.0481.76
HexF2AFE801C451354852
Octal36225735003445465110122
Binary11110010101011111110100001110010010110011010110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AFE8; }

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

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

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

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

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

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

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

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