#FAC9CD

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

Shades of Azalea #FAC9CD

Tints of Azalea #FAC9CD

Color information

#FAC9CD (or 0xFAC9CD) is unknown color: approx Azalea. HEX triplet: FA, C9 and CD. RGB value is (250,201,205). Sum of RGB (Red+Green+Blue) = 250+201+205=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 201 (78.91% from 255 or 30.64% from 656); Blue value is 205 (80.47% from 255 or 31.25% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC9CD is #053632. Grayscale: #D8D8D8. Windows color (decimal): -341555 or 13486586. OLE color: 13486586.

HSL color Cylindrical-coordinate representation of color #FAC9CD: hue angle of 355.1º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAC9CD is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB250201205-
CMYK00.200.180.02
HSL355.1º83.05%88.43%-
HSV(B)355.1º19.6%98.04%-
XYZ71.3366.5166.83-
YUV216.11121.73152.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.11%
GREEN value IS 201 (78.91% from 255) = 30.64%
BLUE value IS 205 (80.47% from 255) = 31.25%
R=38.11%
G=30.64%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020120500.200.180.02355.183.0588.43
HexFAC9CD0141221635358
Octal372311315024222543123130
Binary111110101100100111001101010100100101010110001110100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC9CD; }

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

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

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

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

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

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

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

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