#F0AFD7

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

Shades of Lavender Pink #F0AFD7

Tints of Lavender Pink #F0AFD7

Color information

#F0AFD7 (or 0xF0AFD7) is unknown color: approx Lavender Pink. HEX triplet: F0, AF and D7. RGB value is (240,175,215). Sum of RGB (Red+Green+Blue) = 240+175+215=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 175 (68.75% from 255 or 27.78% from 630); Blue value is 215 (84.38% from 255 or 34.13% from 630); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFD7 is #0F5028. Grayscale: #C6C6C6. Windows color (decimal): -1003561 or 14135280. OLE color: 14135280.

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

Color convert

RGB240175215-
CMYK00.270.100.06
HSL323.08º68.42%81.37%-
HSV(B)323.08º27.08%94.12%-
XYZ63.5354.0971.38-
YUV198.99137.03157.25-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.10%
GREEN value IS 175 (68.75% from 255) = 27.78%
BLUE value IS 215 (84.38% from 255) = 34.13%
R=38.10%
G=27.78%
B=34.13%

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
Decimal24017521500.270.100.06323.0868.4281.37
HexF0AFD701BA61434451
Octal360257327033126503104121
Binary111100001010111111010111011011101011010100001110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AFD7; }

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

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

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

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

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

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

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

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