#F9ACDC

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

Shades of Lavender Pink #F9ACDC

Tints of Lavender Pink #F9ACDC

Color information

#F9ACDC (or 0xF9ACDC) is unknown color: approx Lavender Pink. HEX triplet: F9, AC and DC. RGB value is (249,172,220). Sum of RGB (Red+Green+Blue) = 249+172+220=641 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.85% from 641); Green value is 172 (67.58% from 255 or 26.83% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ACDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ACDC is #065323. Grayscale: #C8C8C8. Windows color (decimal): -414500 or 14462201. OLE color: 14462201.

HSL color Cylindrical-coordinate representation of color #F9ACDC: hue angle of 322.6º degrees, saturation: 0.87, 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 #F9ACDC is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB249172220-
CMYK00.310.120.02
HSL322.6º86.52%82.55%-
HSV(B)322.6º30.92%97.65%-
XYZ66.7454.8174.77-
YUV200.5139.01162.6-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.85%
GREEN value IS 172 (67.58% from 255) = 26.83%
BLUE value IS 220 (86.33% from 255) = 34.32%
R=38.85%
G=26.83%
B=34.32%

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
Decimal24917222000.310.120.02322.686.5282.55
HexF9ACDC01FC21435753
Octal371254334037142503127123
Binary11111001101011001101110001111111001010100001110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9ACDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9ACDC; }

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

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

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

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

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

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

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

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