#FABABB

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

Shades of Azalea #FABABB

Tints of Azalea #FABABB

Color information

#FABABB (or 0xFABABB) is unknown color: approx Azalea. HEX triplet: FA, BA and BB. RGB value is (250,186,187). Sum of RGB (Red+Green+Blue) = 250+186+187=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 187 (73.44% from 255 or 30.02% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FABABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABABB is #054544. Grayscale: #CDCDCD. Windows color (decimal): -345413 or 12303098. OLE color: 12303098.

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

Color convert

RGB250186187-
CMYK00.260.250.02
HSL359.06º86.49%85.49%-
HSV(B)359.06º25.6%98.04%-
XYZ65.9559.0354.93-
YUV205.25117.7159.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.13%
GREEN value IS 186 (73.05% from 255) = 29.86%
BLUE value IS 187 (73.44% from 255) = 30.02%
R=40.13%
G=29.86%
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
Decimal25018618700.260.250.02359.0686.4985.49
HexFABABB01A1921675655
Octal372272273032312547126125
Binary111110101011101010111011011010110011010110011110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABABB; }

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

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

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

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

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

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

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

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