#F0AFE0

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

Shades of Lavender Rose #F0AFE0

Tints of Lavender Rose #F0AFE0

Color information

#F0AFE0 (or 0xF0AFE0) is unknown color: approx Lavender Rose. HEX triplet: F0, AF and E0. RGB value is (240,175,224). Sum of RGB (Red+Green+Blue) = 240+175+224=639 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.56% from 639); Green value is 175 (68.75% from 255 or 27.39% from 639); Blue value is 224 (87.89% from 255 or 35.05% from 639); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFE0 is #0F501F. Grayscale: #C7C7C7. Windows color (decimal): -1003552 or 14725104. OLE color: 14725104.

HSL color Cylindrical-coordinate representation of color #F0AFE0: hue angle of 314.77º 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 #F0AFE0 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB240175224-
CMYK00.270.070.06
HSL314.77º68.42%81.37%-
HSV(B)314.77º27.08%94.12%-
XYZ64.7254.5777.64-
YUV200.02141.53156.52-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.56%
GREEN value IS 175 (68.75% from 255) = 27.39%
BLUE value IS 224 (87.89% from 255) = 35.05%
R=37.56%
G=27.39%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017522400.270.070.06314.7768.4281.37
HexF0AFE001B7613b4451
Octal36025734003376473104121
Binary11110000101011111110000001101111111010011101110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AFE0; }

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

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

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

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

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

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

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

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