#F9ABDB

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

Shades of Lavender Pink #F9ABDB

Tints of Lavender Pink #F9ABDB

Color information

#F9ABDB (or 0xF9ABDB) is unknown color: approx Lavender Pink. HEX triplet: F9, AB and DB. RGB value is (249,171,219). Sum of RGB (Red+Green+Blue) = 249+171+219=639 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.97% from 639); Green value is 171 (67.19% from 255 or 26.76% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ABDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ABDB is #065424. Grayscale: #C7C7C7. Windows color (decimal): -414757 or 14396409. OLE color: 14396409.

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

Color convert

RGB249171219-
CMYK00.310.120.02
HSL323.08º86.67%82.35%-
HSV(B)323.08º31.33%97.65%-
XYZ66.4254.3874.01-
YUV199.79138.84163.1-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.97%
GREEN value IS 171 (67.19% from 255) = 26.76%
BLUE value IS 219 (85.94% from 255) = 34.27%
R=38.97%
G=26.76%
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
Decimal24917121900.310.120.02323.0886.6782.35
HexF9ABDB01FC21435752
Octal371253333037142503127122
Binary11111001101010111101101101111111001010100001110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9ABDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9ABDB; }

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

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

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

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

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

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

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

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