#F0ADD7

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

Shades of Lavender Pink #F0ADD7

Tints of Lavender Pink #F0ADD7

Color information

#F0ADD7 (or 0xF0ADD7) is unknown color: approx Lavender Pink. HEX triplet: F0, AD and D7. RGB value is (240,173,215). Sum of RGB (Red+Green+Blue) = 240+173+215=628 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.22% from 628); Green value is 173 (67.97% from 255 or 27.55% from 628); Blue value is 215 (84.38% from 255 or 34.24% from 628); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ADD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ADD7 is #0F5228. Grayscale: #C5C5C5. Windows color (decimal): -1004073 or 14134768. OLE color: 14134768.

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

Color convert

RGB240173215-
CMYK00.280.100.06
HSL322.39º69.07%80.98%-
HSV(B)322.39º27.92%94.12%-
XYZ63.1453.3271.25-
YUV197.82137.7158.08-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.22%
GREEN value IS 173 (67.97% from 255) = 27.55%
BLUE value IS 215 (84.38% from 255) = 34.24%
R=38.22%
G=27.55%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017321500.280.100.06322.3969.0780.98
HexF0ADD701CA61424551
Octal360255327034126502105121
Binary111100001010110111010111011100101011010100001010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ADD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ADD7; }

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

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

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

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

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

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

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

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