#FAC2C4

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

Shades of Azalea #FAC2C4

Tints of Azalea #FAC2C4

Color information

#FAC2C4 (or 0xFAC2C4) is unknown color: approx Azalea. HEX triplet: FA, C2 and C4. RGB value is (250,194,196). Sum of RGB (Red+Green+Blue) = 250+194+196=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 194 (76.17% from 255 or 30.31% from 640); Blue value is 196 (76.95% from 255 or 30.62% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC2C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC2C4 is #053D3B. Grayscale: #D3D3D3. Windows color (decimal): -343356 or 12894970. OLE color: 12894970.

HSL color Cylindrical-coordinate representation of color #FAC2C4: hue angle of 357.86º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FAC2C4 is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB250194196-
CMYK00.220.220.02
HSL357.86º84.85%87.06%-
HSV(B)357.86º22.4%98.04%-
XYZ68.6862.8960.74-
YUV210.97119.55155.84-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.06%
GREEN value IS 194 (76.17% from 255) = 30.31%
BLUE value IS 196 (76.95% from 255) = 30.62%
R=39.06%
G=30.31%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019419600.220.220.02357.8684.8587.06
HexFAC2C40161621665557
Octal372302304026262546125127
Binary111110101100001011000100010110101101010110011010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC2C4; }

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

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

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

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

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

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

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

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