#F0AFD2

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

Shades of Lavender Pink #F0AFD2

Tints of Lavender Pink #F0AFD2

Color information

#F0AFD2 (or 0xF0AFD2) is unknown color: approx Lavender Pink. HEX triplet: F0, AF and D2. RGB value is (240,175,210). Sum of RGB (Red+Green+Blue) = 240+175+210=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 210 (82.42% from 255 or 33.6% from 625); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFD2 is #0F502D. Grayscale: #C6C6C6. Windows color (decimal): -1003566 or 13807600. OLE color: 13807600.

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

Color convert

RGB240175210-
CMYK00.270.120.06
HSL327.69º68.42%81.37%-
HSV(B)327.69º27.08%94.12%-
XYZ62.953.8468.05-
YUV198.42134.53157.65-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.4%
GREEN value IS 175 (68.75% from 255) = 28%
BLUE value IS 210 (82.42% from 255) = 33.6%
R=38.4%
G=28%
B=33.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017521000.270.120.06327.6968.4281.37
HexF0AFD201BC61484451
Octal360257322033146510104121
Binary111100001010111111010010011011110011010100100010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AFD2; }

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

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

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

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

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

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

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

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