#F9B4DB

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

Shades of Lavender Pink #F9B4DB

Tints of Lavender Pink #F9B4DB

Color information

#F9B4DB (or 0xF9B4DB) is unknown color: approx Lavender Pink. HEX triplet: F9, B4 and DB. RGB value is (249,180,219). Sum of RGB (Red+Green+Blue) = 249+180+219=648 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.43% from 648); Green value is 180 (70.70% from 255 or 27.78% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9B4DB is #064B24. Grayscale: #CCCCCC. Windows color (decimal): -412453 or 14398713. OLE color: 14398713.

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

Color convert

RGB249180219-
CMYK00.280.120.02
HSL326.09º85.19%84.12%-
HSV(B)326.09º27.71%97.65%-
XYZ68.1757.974.6-
YUV205.08135.86159.33-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.43%
GREEN value IS 180 (70.70% from 255) = 27.78%
BLUE value IS 219 (85.94% from 255) = 33.80%
R=38.43%
G=27.78%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918021900.280.120.02326.0985.1984.12
HexF9B4DB01CC21465554
Octal371264333034142506125124
Binary11111001101101001101101101110011001010100011010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B4DB; }

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

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

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

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

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

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

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

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