#FDBABB

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

Shades of Azalea #FDBABB

Tints of Azalea #FDBABB

Color information

#FDBABB (or 0xFDBABB) is unknown color: approx Azalea. HEX triplet: FD, BA and BB. RGB value is (253,186,187). Sum of RGB (Red+Green+Blue) = 253+186+187=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 186 (73.05% from 255 or 29.71% from 626); Blue value is 187 (73.44% from 255 or 29.87% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBABB is #024544. Grayscale: #CECECE. Windows color (decimal): -148805 or 12303101. OLE color: 12303101.

HSL color Cylindrical-coordinate representation of color #FDBABB: hue angle of 359.1º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDBABB is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB253186187-
CMYK00.260.260.01
HSL359.1º94.37%86.08%-
HSV(B)359.1º26.48%99.22%-
XYZ67.0459.5954.98-
YUV206.15117.2161.42-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.42%
GREEN value IS 186 (73.05% from 255) = 29.71%
BLUE value IS 187 (73.44% from 255) = 29.87%
R=40.42%
G=29.71%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318618700.260.260.01359.194.3786.08
HexFDBABB01A1A11675e56
Octal375272273032321547136126
Binary11111101101110101011101101101011010110110011110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBABB; }

 p { color: rgb(253,186,187); }

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

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

 a { background-color: rgb(253,186,187); }

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

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

 span { border-color: rgb(253,186,187); }

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