#FABEC6

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

Shades of Azalea #FABEC6

Tints of Azalea #FABEC6

Color information

#FABEC6 (or 0xFABEC6) is unknown color: approx Azalea. HEX triplet: FA, BE and C6. RGB value is (250,190,198). Sum of RGB (Red+Green+Blue) = 250+190+198=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 190 (74.61% from 255 or 29.78% from 638); Blue value is 198 (77.73% from 255 or 31.03% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FABEC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABEC6 is #054139. Grayscale: #D0D0D0. Windows color (decimal): -344378 or 13025018. OLE color: 13025018.

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

Color convert

RGB250190198-
CMYK00.240.210.02
HSL352º85.71%86.27%-
HSV(B)352º24%98.04%-
XYZ68.0361.2361.66-
YUV208.85121.88157.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.18%
GREEN value IS 190 (74.61% from 255) = 29.78%
BLUE value IS 198 (77.73% from 255) = 31.03%
R=39.18%
G=29.78%
B=31.03%

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
Decimal25019019800.240.210.0235285.7186.27
HexFABEC60181521605656
Octal372276306030252540126126
Binary111110101011111011000110011000101011010110000010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABEC6; }

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

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

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

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

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

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

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

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