#F2AFEA

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

Shades of Lavender Rose #F2AFEA

Tints of Lavender Rose #F2AFEA

Color information

#F2AFEA (or 0xF2AFEA) is unknown color: approx Lavender Rose. HEX triplet: F2, AF and EA. RGB value is (242,175,234). Sum of RGB (Red+Green+Blue) = 242+175+234=651 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.17% from 651); Green value is 175 (68.75% from 255 or 26.88% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2AFEA is #0D5015. Grayscale: #C9C9C9. Windows color (decimal): -872470 or 15380466. OLE color: 15380466.

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

Color convert

RGB242175234-
CMYK00.280.030.05
HSL307.16º72.04%81.76%-
HSV(B)307.16º27.69%94.9%-
XYZ66.855.4885.03-
YUV201.76146.2156.7-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.17%
GREEN value IS 175 (68.75% from 255) = 26.88%
BLUE value IS 234 (91.80% from 255) = 35.94%
R=37.17%
G=26.88%
B=35.94%

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
Decimal24217523400.280.030.05307.1672.0481.76
HexF2AFEA01C351334852
Octal36225735203435463110122
Binary1111001010101111111010100111001110110011001110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AFEA; }

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

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

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

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

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

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

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

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