#FBB9BA

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

Shades of Azalea #FBB9BA

Tints of Azalea #FBB9BA

Color information

#FBB9BA (or 0xFBB9BA) is unknown color: approx Azalea. HEX triplet: FB, B9 and BA. RGB value is (251,185,186). Sum of RGB (Red+Green+Blue) = 251+185+186=622 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.35% from 622); Green value is 185 (72.66% from 255 or 29.74% from 622); Blue value is 186 (73.05% from 255 or 29.90% from 622); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB9BA is #044645. Grayscale: #CCCCCC. Windows color (decimal): -280134 or 12237307. OLE color: 12237307.

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

Color convert

RGB251185186-
CMYK00.260.260.02
HSL359.09º89.19%85.49%-
HSV(B)359.09º26.29%98.43%-
XYZ6658.7554.32-
YUV204.85117.37160.92-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.35%
GREEN value IS 185 (72.66% from 255) = 29.74%
BLUE value IS 186 (73.05% from 255) = 29.90%
R=40.35%
G=29.74%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118518600.260.260.02359.0989.1985.49
HexFBB9BA01A1A21675955
Octal373271272032322547131125
Binary111110111011100110111010011010110101010110011110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB9BA; }

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

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

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

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

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

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

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

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