#F0AFEA

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

Shades of Lavender Rose #F0AFEA

Tints of Lavender Rose #F0AFEA

Color information

#F0AFEA (or 0xF0AFEA) is unknown color: approx Lavender Rose. HEX triplet: F0, AF and EA. RGB value is (240,175,234). Sum of RGB (Red+Green+Blue) = 240+175+234=649 (85% of max value = 765). Red value is 240 (94.14% from 255 or 36.98% from 649); Green value is 175 (68.75% from 255 or 26.96% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AFEA is #0F5015. Grayscale: #C8C8C8. Windows color (decimal): -1003542 or 15380464. OLE color: 15380464.

HSL color Cylindrical-coordinate representation of color #F0AFEA: hue angle of 305.54º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0AFEA is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB240175234-
CMYK00.270.020.06
HSL305.54º68.42%81.37%-
HSV(B)305.54º27.08%94.12%-
XYZ66.1255.1385-
YUV201.16146.53155.7-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.98%
GREEN value IS 175 (68.75% from 255) = 26.96%
BLUE value IS 234 (91.80% from 255) = 36.06%
R=36.98%
G=26.96%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017523400.270.020.06305.5468.4281.37
HexF0AFEA01B261324451
Octal36025735203326462104121
Binary1111000010101111111010100110111011010011001010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AFEA; }

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

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

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

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

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

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

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

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