#F0AFD4

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

Shades of Lavender Pink #F0AFD4

Tints of Lavender Pink #F0AFD4

Color information

#F0AFD4 (or 0xF0AFD4) is unknown color: approx Lavender Pink. HEX triplet: F0, AF and D4. RGB value is (240,175,212). Sum of RGB (Red+Green+Blue) = 240+175+212=627 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.28% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 212 (83.20% from 255 or 33.81% from 627); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFD4 is #0F502B. Grayscale: #C6C6C6. Windows color (decimal): -1003564 or 13938672. OLE color: 13938672.

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

Color convert

RGB240175212-
CMYK00.270.120.06
HSL325.85º68.42%81.37%-
HSV(B)325.85º27.08%94.12%-
XYZ63.1553.9469.37-
YUV198.65135.53157.49-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.28%
GREEN value IS 175 (68.75% from 255) = 27.91%
BLUE value IS 212 (83.20% from 255) = 33.81%
R=38.28%
G=27.91%
B=33.81%

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
Decimal24017521200.270.120.06325.8568.4281.37
HexF0AFD401BC61464451
Octal360257324033146506104121
Binary111100001010111111010100011011110011010100011010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AFD4; }

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

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

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

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

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

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

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

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