#FDB9BA

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

Shades of Azalea #FDB9BA

Tints of Azalea #FDB9BA

Color information

#FDB9BA (or 0xFDB9BA) is unknown color: approx Azalea. HEX triplet: FD, B9 and BA. RGB value is (253,185,186). Sum of RGB (Red+Green+Blue) = 253+185+186=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 185 (72.66% from 255 or 29.65% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB9BA is #024645. Grayscale: #CDCDCD. Windows color (decimal): -149062 or 12237309. OLE color: 12237309.

HSL color Cylindrical-coordinate representation of color #FDB9BA: hue angle of 359.12º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FDB9BA is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB253185186-
CMYK00.270.260.01
HSL359.12º94.44%85.88%-
HSV(B)359.12º26.88%99.22%-
XYZ66.7259.1354.35-
YUV205.45117.03161.92-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.54%
GREEN value IS 185 (72.66% from 255) = 29.65%
BLUE value IS 186 (73.05% from 255) = 29.81%
R=40.54%
G=29.65%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318518600.270.260.01359.1294.4485.88
HexFDB9BA01B1A11675e56
Octal375271272033321547136126
Binary11111101101110011011101001101111010110110011110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB9BA; }

 p { color: rgb(253,185,186); }

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

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

 a { background-color: rgb(253,185,186); }

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

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

 span { border-color: rgb(253,185,186); }

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