#F0AFE1

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

Shades of Lavender Rose #F0AFE1

Tints of Lavender Rose #F0AFE1

Color information

#F0AFE1 (or 0xF0AFE1) is unknown color: approx Lavender Rose. HEX triplet: F0, AF and E1. RGB value is (240,175,225). Sum of RGB (Red+Green+Blue) = 240+175+225=640 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.5% from 640); Green value is 175 (68.75% from 255 or 27.34% from 640); Blue value is 225 (88.28% from 255 or 35.16% from 640); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFE1 is #0F501E. Grayscale: #C8C8C8. Windows color (decimal): -1003551 or 14790640. OLE color: 14790640.

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

Color convert

RGB240175225-
CMYK00.270.060.06
HSL313.85º68.42%81.37%-
HSV(B)313.85º27.08%94.12%-
XYZ64.8654.6278.36-
YUV200.14142.03156.43-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.5%
GREEN value IS 175 (68.75% from 255) = 27.34%
BLUE value IS 225 (88.28% from 255) = 35.16%
R=37.5%
G=27.34%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017522500.270.060.06313.8568.4281.37
HexF0AFE101B6613a4451
Octal36025734103366472104121
Binary11110000101011111110000101101111011010011101010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AFE1; }

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

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

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

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

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

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

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

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