#F9BABD

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

Shades of Azalea #F9BABD

Tints of Azalea #F9BABD

Color information

#F9BABD (or 0xF9BABD) is unknown color: approx Azalea. HEX triplet: F9, BA and BD. RGB value is (249,186,189). Sum of RGB (Red+Green+Blue) = 249+186+189=624 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.90% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 189 (74.22% from 255 or 30.29% from 624); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BABD is #064542. Grayscale: #CDCDCD. Windows color (decimal): -410947 or 12434169. OLE color: 12434169.

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

Color convert

RGB249186189-
CMYK00.250.240.02
HSL357.14º84%85.29%-
HSV(B)357.14º25.3%97.65%-
XYZ65.8158.9356.05-
YUV205.18118.87159.26-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.90%
GREEN value IS 186 (73.05% from 255) = 29.81%
BLUE value IS 189 (74.22% from 255) = 30.29%
R=39.90%
G=29.81%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918618900.250.240.02357.148485.29
HexF9BABD0191821655455
Octal371272275031302545124125
Binary111110011011101010111101011001110001010110010110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BABD; }

 p { color: rgb(249,186,189); }

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

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

 a { background-color: rgb(249,186,189); }

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

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

 span { border-color: rgb(249,186,189); }

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