#FABFC3

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

Shades of Azalea #FABFC3

Tints of Azalea #FABFC3

Color information

#FABFC3 (or 0xFABFC3) is unknown color: approx Azalea. HEX triplet: FA, BF and C3. RGB value is (250,191,195). Sum of RGB (Red+Green+Blue) = 250+191+195=636 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.31% from 636); Green value is 191 (75% from 255 or 30.03% from 636); Blue value is 195 (76.56% from 255 or 30.66% from 636); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABFC3 is #05403C. Grayscale: #D1D1D1. Windows color (decimal): -344125 or 12828666. OLE color: 12828666.

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

Color convert

RGB250191195-
CMYK00.240.220.02
HSL355.93º85.51%86.47%-
HSV(B)355.93º23.6%98.04%-
XYZ67.9161.5359.93-
YUV209.1120.05157.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.31%
GREEN value IS 191 (75% from 255) = 30.03%
BLUE value IS 195 (76.56% from 255) = 30.66%
R=39.31%
G=30.03%
B=30.66%

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
Decimal25019119500.240.220.02355.9385.5186.47
HexFABFC30181621645656
Octal372277303030262544126126
Binary111110101011111111000011011000101101010110010010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABFC3; }

 p { color: rgb(250,191,195); }

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

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

 a { background-color: rgb(250,191,195); }

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

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

 span { border-color: rgb(250,191,195); }

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