#F0ADD4

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

Shades of Lavender Pink #F0ADD4

Tints of Lavender Pink #F0ADD4

Color information

#F0ADD4 (or 0xF0ADD4) is unknown color: approx Lavender Pink. HEX triplet: F0, AD and D4. RGB value is (240,173,212). Sum of RGB (Red+Green+Blue) = 240+173+212=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 173 (67.97% from 255 or 27.68% from 625); Blue value is 212 (83.20% from 255 or 33.92% from 625); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ADD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ADD4 is #0F522B. Grayscale: #C5C5C5. Windows color (decimal): -1004076 or 13938160. OLE color: 13938160.

HSL color Cylindrical-coordinate representation of color #F0ADD4: hue angle of 325.07º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0ADD4 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB240173212-
CMYK00.280.120.06
HSL325.07º69.07%80.98%-
HSV(B)325.07º27.92%94.12%-
XYZ62.7653.1769.24-
YUV197.48136.2158.33-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.4%
GREEN value IS 173 (67.97% from 255) = 27.68%
BLUE value IS 212 (83.20% from 255) = 33.92%
R=38.4%
G=27.68%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017321200.280.120.06325.0769.0780.98
HexF0ADD401CC61454551
Octal360255324034146505105121
Binary111100001010110111010100011100110011010100010110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ADD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ADD4; }

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

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

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

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

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

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

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

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