#FCC8C9

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

Shades of Azalea #FCC8C9

Tints of Azalea #FCC8C9

Color information

#FCC8C9 (or 0xFCC8C9) is unknown color: approx Azalea. HEX triplet: FC, C8 and C9. RGB value is (252,200,201). Sum of RGB (Red+Green+Blue) = 252+200+201=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 200 (78.52% from 255 or 30.63% from 653); Blue value is 201 (78.91% from 255 or 30.78% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC8C9 is #033736. Grayscale: #D7D7D7. Windows color (decimal): -210743 or 13224188. OLE color: 13224188.

HSL color Cylindrical-coordinate representation of color #FCC8C9: hue angle of 358.85º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCC8C9 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB252200201-
CMYK00.210.200.01
HSL358.85º89.66%88.63%-
HSV(B)358.85º20.63%98.82%-
XYZ71.3466.2264.28-
YUV215.66119.73153.92-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.59%
GREEN value IS 200 (78.52% from 255) = 30.63%
BLUE value IS 201 (78.91% from 255) = 30.78%
R=38.59%
G=30.63%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220020100.210.200.01358.8589.6688.63
HexFCC8C90151411675a59
Octal374310311025241547132131
Binary11111100110010001100100101010110100110110011110110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC8C9; }

 p { color: rgb(252,200,201); }

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

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

 a { background-color: rgb(252,200,201); }

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

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

 span { border-color: rgb(252,200,201); }

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