#F0AFE5

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

Shades of Lavender Rose #F0AFE5

Tints of Lavender Rose #F0AFE5

Color information

#F0AFE5 (or 0xF0AFE5) is unknown color: approx Lavender Rose. HEX triplet: F0, AF and E5. RGB value is (240,175,229). Sum of RGB (Red+Green+Blue) = 240+175+229=644 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.27% from 644); Green value is 175 (68.75% from 255 or 27.17% from 644); Blue value is 229 (89.84% from 255 or 35.56% from 644); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFE5 is #0F501A. Grayscale: #C8C8C8. Windows color (decimal): -1003547 or 15052784. OLE color: 15052784.

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

Color convert

RGB240175229-
CMYK00.270.050.06
HSL310.15º68.42%81.37%-
HSV(B)310.15º27.08%94.12%-
XYZ65.4154.8481.27-
YUV200.59144.03156.11-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.27%
GREEN value IS 175 (68.75% from 255) = 27.17%
BLUE value IS 229 (89.84% from 255) = 35.56%
R=37.27%
G=27.17%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017522900.270.050.06310.1568.4281.37
HexF0AFE501B561364451
Octal36025734503356466104121
Binary11110000101011111110010101101110111010011011010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AFE5; }

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

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

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

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

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

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

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

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