#FBB9BB

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

Shades of Azalea #FBB9BB

Tints of Azalea #FBB9BB

Color information

#FBB9BB (or 0xFBB9BB) is unknown color: approx Azalea. HEX triplet: FB, B9 and BB. RGB value is (251,185,187). Sum of RGB (Red+Green+Blue) = 251+185+187=623 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.29% from 623); Green value is 185 (72.66% from 255 or 29.70% from 623); Blue value is 187 (73.44% from 255 or 30.02% from 623); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB9BB is #044644. Grayscale: #CDCDCD. Windows color (decimal): -280133 or 12302843. OLE color: 12302843.

HSL color Cylindrical-coordinate representation of color #FBB9BB: hue angle of 358.18º 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 #FBB9BB is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB251185187-
CMYK00.260.250.02
HSL358.18º89.19%85.49%-
HSV(B)358.18º26.29%98.43%-
XYZ66.158.854.88-
YUV204.96117.87160.84-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.29%
GREEN value IS 185 (72.66% from 255) = 29.70%
BLUE value IS 187 (73.44% from 255) = 30.02%
R=40.29%
G=29.70%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118518700.260.250.02358.1889.1985.49
HexFBB9BB01A1921665955
Octal373271273032312546131125
Binary111110111011100110111011011010110011010110011010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB9BB; }

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

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

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

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

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

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

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

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