#FABAC0

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

Shades of Azalea #FABAC0

Tints of Azalea #FABAC0

Color information

#FABAC0 (or 0xFABAC0) is unknown color: approx Azalea. HEX triplet: FA, BA and C0. RGB value is (250,186,192). Sum of RGB (Red+Green+Blue) = 250+186+192=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 192 (75.39% from 255 or 30.57% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABAC0 is #05453F. Grayscale: #CDCDCD. Windows color (decimal): -345408 or 12630778. OLE color: 12630778.

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

Color convert

RGB250186192-
CMYK00.260.230.02
HSL354.38º86.49%85.49%-
HSV(B)354.38º25.6%98.04%-
XYZ66.559.2557.8-
YUV205.82120.2159.51-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.81%
GREEN value IS 186 (73.05% from 255) = 29.62%
BLUE value IS 192 (75.39% from 255) = 30.57%
R=39.81%
G=29.62%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018619200.260.230.02354.3886.4985.49
HexFABAC001A1721625655
Octal372272300032272542126125
Binary111110101011101011000000011010101111010110001010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABAC0; }

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

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

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

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

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

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

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

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