#F9ACDB

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

Shades of Lavender Pink #F9ACDB

Tints of Lavender Pink #F9ACDB

Color information

#F9ACDB (or 0xF9ACDB) is unknown color: approx Lavender Pink. HEX triplet: F9, AC and DB. RGB value is (249,172,219). Sum of RGB (Red+Green+Blue) = 249+172+219=640 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.91% from 640); Green value is 172 (67.58% from 255 or 26.88% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ACDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ACDB is #065324. Grayscale: #C8C8C8. Windows color (decimal): -414501 or 14396665. OLE color: 14396665.

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

Color convert

RGB249172219-
CMYK00.310.120.02
HSL323.38º86.52%82.55%-
HSV(B)323.38º30.92%97.65%-
XYZ66.6154.7674.08-
YUV200.38138.51162.68-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.91%
GREEN value IS 172 (67.58% from 255) = 26.88%
BLUE value IS 219 (85.94% from 255) = 34.22%
R=38.91%
G=26.88%
B=34.22%

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
Decimal24917221900.310.120.02323.3886.5282.55
HexF9ACDB01FC21435753
Octal371254333037142503127123
Binary11111001101011001101101101111111001010100001110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9ACDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9ACDB; }

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

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

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

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

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

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

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

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