#F2AFE7

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

Shades of Lavender Rose #F2AFE7

Tints of Lavender Rose #F2AFE7

Color information

#F2AFE7 (or 0xF2AFE7) is unknown color: approx Lavender Rose. HEX triplet: F2, AF and E7. RGB value is (242,175,231). Sum of RGB (Red+Green+Blue) = 242+175+231=648 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.35% from 648); Green value is 175 (68.75% from 255 or 27.01% from 648); Blue value is 231 (90.62% from 255 or 35.65% from 648); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2AFE7 is #0D5018. Grayscale: #C9C9C9. Windows color (decimal): -872473 or 15183858. OLE color: 15183858.

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

Color convert

RGB242175231-
CMYK00.280.050.05
HSL309.85º72.04%81.76%-
HSV(B)309.85º27.69%94.9%-
XYZ66.3755.3182.78-
YUV201.42144.7156.95-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.35%
GREEN value IS 175 (68.75% from 255) = 27.01%
BLUE value IS 231 (90.62% from 255) = 35.65%
R=37.35%
G=27.01%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217523100.280.050.05309.8572.0481.76
HexF2AFE701C551364852
Octal36225734703455466110122
Binary11110010101011111110011101110010110110011011010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AFE7; }

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

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

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

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

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

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

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

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