#FBBABF

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

Shades of Azalea #FBBABF

Tints of Azalea #FBBABF

Color information

#FBBABF (or 0xFBBABF) is unknown color: approx Azalea. HEX triplet: FB, BA and BF. RGB value is (251,186,191). Sum of RGB (Red+Green+Blue) = 251+186+191=628 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.97% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 191 (75% from 255 or 30.41% from 628); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBABF is #044540. Grayscale: #CECECE. Windows color (decimal): -279873 or 12565243. OLE color: 12565243.

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

Color convert

RGB251186191-
CMYK00.260.240.02
HSL355.38º89.04%85.69%-
HSV(B)355.38º25.9%98.43%-
XYZ66.7559.3957.24-
YUV206119.53160.09-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.97%
GREEN value IS 186 (73.05% from 255) = 29.62%
BLUE value IS 191 (75% from 255) = 30.41%
R=39.97%
G=29.62%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118619100.260.240.02355.3889.0485.69
HexFBBABF01A1821635956
Octal373272277032302543131126
Binary111110111011101010111111011010110001010110001110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBABF; }

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

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

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

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

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

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

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

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