#F9ADDC

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

Shades of Lavender Pink #F9ADDC

Tints of Lavender Pink #F9ADDC

Color information

#F9ADDC (or 0xF9ADDC) is unknown color: approx Lavender Pink. HEX triplet: F9, AD and DC. RGB value is (249,173,220). Sum of RGB (Red+Green+Blue) = 249+173+220=642 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.79% from 642); Green value is 173 (67.97% from 255 or 26.95% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ADDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ADDC is #065223. Grayscale: #C8C8C8. Windows color (decimal): -414244 or 14462457. OLE color: 14462457.

HSL color Cylindrical-coordinate representation of color #F9ADDC: hue angle of 322.89º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9ADDC is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB249173220-
CMYK00.310.120.02
HSL322.89º86.36%82.75%-
HSV(B)322.89º30.52%97.65%-
XYZ66.9355.1974.84-
YUV201.08138.68162.18-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.79%
GREEN value IS 173 (67.97% from 255) = 26.95%
BLUE value IS 220 (86.33% from 255) = 34.27%
R=38.79%
G=26.95%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917322000.310.120.02322.8986.3682.75
HexF9ADDC01FC21435653
Octal371255334037142503126123
Binary11111001101011011101110001111111001010100001110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9ADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9ADDC; }

 p { color: rgb(249,173,220); }

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

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

 a { background-color: rgb(249,173,220); }

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

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

 span { border-color: rgb(249,173,220); }

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