#FBBABC

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

Shades of Azalea #FBBABC

Tints of Azalea #FBBABC

Color information

#FBBABC (or 0xFBBABC) is unknown color: approx Azalea. HEX triplet: FB, BA and BC. RGB value is (251,186,188). Sum of RGB (Red+Green+Blue) = 251+186+188=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 186 (73.05% from 255 or 29.76% from 625); Blue value is 188 (73.83% from 255 or 30.08% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBABC is #044543. Grayscale: #CDCDCD. Windows color (decimal): -279876 or 12368635. OLE color: 12368635.

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

Color convert

RGB251186188-
CMYK00.260.250.02
HSL358.15º89.04%85.69%-
HSV(B)358.15º25.9%98.43%-
XYZ66.4259.2655.51-
YUV205.66118.03160.34-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.16%
GREEN value IS 186 (73.05% from 255) = 29.76%
BLUE value IS 188 (73.83% from 255) = 30.08%
R=40.16%
G=29.76%
B=30.08%

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
Decimal25118618800.260.250.02358.1589.0485.69
HexFBBABC01A1921665956
Octal373272274032312546131126
Binary111110111011101010111100011010110011010110011010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBABC; }

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

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

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

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

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

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

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

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