#FAC3C9

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

Shades of Azalea #FAC3C9

Tints of Azalea #FAC3C9

Color information

#FAC3C9 (or 0xFAC3C9) is unknown color: approx Azalea. HEX triplet: FA, C3 and C9. RGB value is (250,195,201). Sum of RGB (Red+Green+Blue) = 250+195+201=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 195 (76.56% from 255 or 30.19% from 646); Blue value is 201 (78.91% from 255 or 31.11% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC3C9 is #053C36. Grayscale: #D4D4D4. Windows color (decimal): -343095 or 13222906. OLE color: 13222906.

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

Color convert

RGB250195201-
CMYK00.220.200.02
HSL353.45º84.62%87.25%-
HSV(B)353.45º22%98.04%-
XYZ69.4863.5763.87-
YUV212.13121.72155.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.70%
GREEN value IS 195 (76.56% from 255) = 30.19%
BLUE value IS 201 (78.91% from 255) = 31.11%
R=38.70%
G=30.19%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019520100.220.200.02353.4584.6287.25
HexFAC3C90161421615557
Octal372303311026242541125127
Binary111110101100001111001001010110101001010110000110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC3C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC3C9; }

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

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

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

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

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

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

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

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