#FABEC4

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

Shades of Azalea #FABEC4

Tints of Azalea #FABEC4

Color information

#FABEC4 (or 0xFABEC4) is unknown color: approx Azalea. HEX triplet: FA, BE and C4. RGB value is (250,190,196). Sum of RGB (Red+Green+Blue) = 250+190+196=636 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.31% from 636); Green value is 190 (74.61% from 255 or 29.87% from 636); Blue value is 196 (76.95% from 255 or 30.82% from 636); Max value from RGB is 250 - color contains mainly: red. Hex color #FABEC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABEC4 is #05413B. Grayscale: #D0D0D0. Windows color (decimal): -344380 or 12893946. OLE color: 12893946.

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

Color convert

RGB250190196-
CMYK00.240.220.02
HSL354º85.71%86.27%-
HSV(B)354º24%98.04%-
XYZ67.861.1460.45-
YUV208.62120.88157.51-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.31%
GREEN value IS 190 (74.61% from 255) = 29.87%
BLUE value IS 196 (76.95% from 255) = 30.82%
R=39.31%
G=29.87%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019019600.240.220.0235485.7186.27
HexFABEC40181621625656
Octal372276304030262542126126
Binary111110101011111011000100011000101101010110001010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABEC4; }

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

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

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

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

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

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

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

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