#FABEC5

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

Shades of Azalea #FABEC5

Tints of Azalea #FABEC5

Color information

#FABEC5 (or 0xFABEC5) is unknown color: approx Azalea. HEX triplet: FA, BE and C5. RGB value is (250,190,197). Sum of RGB (Red+Green+Blue) = 250+190+197=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 190 (74.61% from 255 or 29.83% from 637); Blue value is 197 (77.34% from 255 or 30.93% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FABEC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABEC5 is #05413A. Grayscale: #D0D0D0. Windows color (decimal): -344379 or 12959482. OLE color: 12959482.

HSL color Cylindrical-coordinate representation of color #FABEC5: hue angle of 353º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FABEC5 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB250190197-
CMYK00.240.210.02
HSL353º85.71%86.27%-
HSV(B)353º24%98.04%-
XYZ67.9261.1861.05-
YUV208.74121.38157.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.25%
GREEN value IS 190 (74.61% from 255) = 29.83%
BLUE value IS 197 (77.34% from 255) = 30.93%
R=39.25%
G=29.83%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019019700.240.210.0235385.7186.27
HexFABEC50181521615656
Octal372276305030252541126126
Binary111110101011111011000101011000101011010110000110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABEC5; }

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

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

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

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

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

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

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

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