#F0AFE7

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

Shades of Lavender Rose #F0AFE7

Tints of Lavender Rose #F0AFE7

Color information

#F0AFE7 (or 0xF0AFE7) is unknown color: approx Lavender Rose. HEX triplet: F0, AF and E7. RGB value is (240,175,231). Sum of RGB (Red+Green+Blue) = 240+175+231=646 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.15% from 646); Green value is 175 (68.75% from 255 or 27.09% from 646); Blue value is 231 (90.62% from 255 or 35.76% from 646); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AFE7 is #0F5018. Grayscale: #C8C8C8. Windows color (decimal): -1003545 or 15183856. OLE color: 15183856.

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

Color convert

RGB240175231-
CMYK00.270.040.06
HSL308.31º68.42%81.37%-
HSV(B)308.31º27.08%94.12%-
XYZ65.6954.9582.75-
YUV200.82145.03155.95-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.15%
GREEN value IS 175 (68.75% from 255) = 27.09%
BLUE value IS 231 (90.62% from 255) = 35.76%
R=37.15%
G=27.09%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017523100.270.040.06308.3168.4281.37
HexF0AFE701B461344451
Octal36025734703346464104121
Binary11110000101011111110011101101110011010011010010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AFE7; }

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

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

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

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

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

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

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

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