#FABEC1

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

Shades of Azalea #FABEC1

Tints of Azalea #FABEC1

Color information

#FABEC1 (or 0xFABEC1) is unknown color: approx Azalea. HEX triplet: FA, BE and C1. RGB value is (250,190,193). Sum of RGB (Red+Green+Blue) = 250+190+193=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 190 (74.61% from 255 or 30.02% from 633); Blue value is 193 (75.78% from 255 or 30.49% from 633); Max value from RGB is 250 - color contains mainly: red. Hex color #FABEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABEC1 is #05413E. Grayscale: #D0D0D0. Windows color (decimal): -344383 or 12697338. OLE color: 12697338.

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

Color convert

RGB250190193-
CMYK00.240.230.02
HSL357º85.71%86.27%-
HSV(B)357º24%98.04%-
XYZ67.466158.67-
YUV208.28119.38157.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.49%
GREEN value IS 190 (74.61% from 255) = 30.02%
BLUE value IS 193 (75.78% from 255) = 30.49%
R=39.49%
G=30.02%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019019300.240.230.0235785.7186.27
HexFABEC10181721655656
Octal372276301030272545126126
Binary111110101011111011000001011000101111010110010110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABEC1; }

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

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

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

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

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

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

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

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