#F0ADD8

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

Shades of Lavender Pink #F0ADD8

Tints of Lavender Pink #F0ADD8

Color information

#F0ADD8 (or 0xF0ADD8) is unknown color: approx Lavender Pink. HEX triplet: F0, AD and D8. RGB value is (240,173,216). Sum of RGB (Red+Green+Blue) = 240+173+216=629 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.16% from 629); Green value is 173 (67.97% from 255 or 27.50% from 629); Blue value is 216 (84.77% from 255 or 34.34% from 629); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ADD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ADD8 is #0F5227. Grayscale: #C5C5C5. Windows color (decimal): -1004072 or 14200304. OLE color: 14200304.

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

Color convert

RGB240173216-
CMYK00.280.10.06
HSL321.49º69.07%80.98%-
HSV(B)321.49º27.92%94.12%-
XYZ63.2753.3771.93-
YUV197.93138.2158-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.16%
GREEN value IS 173 (67.97% from 255) = 27.50%
BLUE value IS 216 (84.77% from 255) = 34.34%
R=38.16%
G=27.50%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.1
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017321600.280.10.06321.4969.0780.98
HexF0ADD801CA61414551
Octal360255330034126501105121
Binary111100001010110111011000011100101011010100000110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ADD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ADD8; }

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

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

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

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

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

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

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

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