#F0AFD8

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

Shades of Lavender Pink #F0AFD8

Tints of Lavender Pink #F0AFD8

Color information

#F0AFD8 (or 0xF0AFD8) is unknown color: approx Lavender Pink. HEX triplet: F0, AF and D8. RGB value is (240,175,216). Sum of RGB (Red+Green+Blue) = 240+175+216=631 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.03% from 631); Green value is 175 (68.75% from 255 or 27.73% from 631); Blue value is 216 (84.77% from 255 or 34.23% from 631); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFD8 is #0F5027. Grayscale: #C7C7C7. Windows color (decimal): -1003560 or 14200816. OLE color: 14200816.

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

Color convert

RGB240175216-
CMYK00.270.10.06
HSL322.15º68.42%81.37%-
HSV(B)322.15º27.08%94.12%-
XYZ63.6654.1472.06-
YUV199.11137.53157.17-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.03%
GREEN value IS 175 (68.75% from 255) = 27.73%
BLUE value IS 216 (84.77% from 255) = 34.23%
R=38.03%
G=27.73%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.1
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017521600.270.10.06322.1568.4281.37
HexF0AFD801BA61424451
Octal360257330033126502104121
Binary111100001010111111011000011011101011010100001010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AFD8; }

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

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

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

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

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

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

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

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