#FBBABD

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

Shades of Azalea #FBBABD

Tints of Azalea #FBBABD

Color information

#FBBABD (or 0xFBBABD) is unknown color: approx Azalea. HEX triplet: FB, BA and BD. RGB value is (251,186,189). Sum of RGB (Red+Green+Blue) = 251+186+189=626 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.10% from 626); Green value is 186 (73.05% from 255 or 29.71% from 626); Blue value is 189 (74.22% from 255 or 30.19% from 626); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBABD is #044542. Grayscale: #CDCDCD. Windows color (decimal): -279875 or 12434171. OLE color: 12434171.

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

Color convert

RGB251186189-
CMYK00.260.250.02
HSL357.23º89.04%85.69%-
HSV(B)357.23º25.9%98.43%-
XYZ66.5359.356.08-
YUV205.78118.53160.26-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.10%
GREEN value IS 186 (73.05% from 255) = 29.71%
BLUE value IS 189 (74.22% from 255) = 30.19%
R=40.10%
G=29.71%
B=30.19%

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
Decimal25118618900.260.250.02357.2389.0485.69
HexFBBABD01A1921655956
Octal373272275032312545131126
Binary111110111011101010111101011010110011010110010110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBABD; }

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

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

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

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

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

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

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

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