#F0ADD3

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

Shades of Lavender Pink #F0ADD3

Tints of Lavender Pink #F0ADD3

Color information

#F0ADD3 (or 0xF0ADD3) is unknown color: approx Lavender Pink. HEX triplet: F0, AD and D3. RGB value is (240,173,211). Sum of RGB (Red+Green+Blue) = 240+173+211=624 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.46% from 624); Green value is 173 (67.97% from 255 or 27.72% from 624); Blue value is 211 (82.81% from 255 or 33.81% from 624); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ADD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ADD3 is #0F522C. Grayscale: #C5C5C5. Windows color (decimal): -1004077 or 13872624. OLE color: 13872624.

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

Color convert

RGB240173211-
CMYK00.280.120.06
HSL325.97º69.07%80.98%-
HSV(B)325.97º27.92%94.12%-
XYZ62.6453.1268.58-
YUV197.36135.7158.41-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.46%
GREEN value IS 173 (67.97% from 255) = 27.72%
BLUE value IS 211 (82.81% from 255) = 33.81%
R=38.46%
G=27.72%
B=33.81%

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
Decimal24017321100.280.120.06325.9769.0780.98
HexF0ADD301CC61464551
Octal360255323034146506105121
Binary111100001010110111010011011100110011010100011010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ADD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ADD3; }

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

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

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

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

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

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

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

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