#FABFC2

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

Shades of Azalea #FABFC2

Tints of Azalea #FABFC2

Color information

#FABFC2 (or 0xFABFC2) is unknown color: approx Azalea. HEX triplet: FA, BF and C2. RGB value is (250,191,194). Sum of RGB (Red+Green+Blue) = 250+191+194=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 191 (75% from 255 or 30.08% from 635); Blue value is 194 (76.17% from 255 or 30.55% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABFC2 is #05403D. Grayscale: #D1D1D1. Windows color (decimal): -344126 or 12763130. OLE color: 12763130.

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

Color convert

RGB250191194-
CMYK00.240.220.02
HSL356.95º85.51%86.47%-
HSV(B)356.95º23.6%98.04%-
XYZ67.7961.4859.33-
YUV208.98119.55157.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.37%
GREEN value IS 191 (75% from 255) = 30.08%
BLUE value IS 194 (76.17% from 255) = 30.55%
R=39.37%
G=30.08%
B=30.55%

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
Decimal25019119400.240.220.02356.9585.5186.47
HexFABFC20181621655656
Octal372277302030262545126126
Binary111110101011111111000010011000101101010110010110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABFC2; }

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

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

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

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

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

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

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

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