#FABABE

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

Shades of Azalea #FABABE

Tints of Azalea #FABABE

Color information

#FABABE (or 0xFABABE) is unknown color: approx Azalea. HEX triplet: FA, BA and BE. RGB value is (250,186,190). Sum of RGB (Red+Green+Blue) = 250+186+190=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 186 (73.05% from 255 or 29.71% from 626); Blue value is 190 (74.61% from 255 or 30.35% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FABABE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABABE is #054541. Grayscale: #CDCDCD. Windows color (decimal): -345410 or 12499706. OLE color: 12499706.

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

Color convert

RGB250186190-
CMYK00.260.240.02
HSL356.25º86.49%85.49%-
HSV(B)356.25º25.6%98.04%-
XYZ66.2859.1656.64-
YUV205.59119.2159.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.94%
GREEN value IS 186 (73.05% from 255) = 29.71%
BLUE value IS 190 (74.61% from 255) = 30.35%
R=39.94%
G=29.71%
B=30.35%

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
Decimal25018619000.260.240.02356.2586.4985.49
HexFABABE01A1821645655
Octal372272276032302544126125
Binary111110101011101010111110011010110001010110010010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABABE; }

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

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

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

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

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

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

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

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