#F0AFD9

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

Shades of Lavender Pink #F0AFD9

Tints of Lavender Pink #F0AFD9

Color information

#F0AFD9 (or 0xF0AFD9) is unknown color: approx Lavender Pink. HEX triplet: F0, AF and D9. RGB value is (240,175,217). Sum of RGB (Red+Green+Blue) = 240+175+217=632 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.97% from 632); Green value is 175 (68.75% from 255 or 27.69% from 632); Blue value is 217 (85.16% from 255 or 34.34% from 632); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFD9 is #0F5026. Grayscale: #C7C7C7. Windows color (decimal): -1003559 or 14266352. OLE color: 14266352.

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

Color convert

RGB240175217-
CMYK00.270.100.06
HSL321.23º68.42%81.37%-
HSV(B)321.23º27.08%94.12%-
XYZ63.7954.1972.74-
YUV199.22138.03157.08-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.97%
GREEN value IS 175 (68.75% from 255) = 27.69%
BLUE value IS 217 (85.16% from 255) = 34.34%
R=37.97%
G=27.69%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017521700.270.100.06321.2368.4281.37
HexF0AFD901BA61414451
Octal360257331033126501104121
Binary111100001010111111011001011011101011010100000110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AFD9; }

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

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

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

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

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

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

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

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