#FCC7C9

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

Shades of Azalea #FCC7C9

Tints of Azalea #FCC7C9

Color information

#FCC7C9 (or 0xFCC7C9) is unknown color: approx Azalea. HEX triplet: FC, C7 and C9. RGB value is (252,199,201). Sum of RGB (Red+Green+Blue) = 252+199+201=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 199 (78.12% from 255 or 30.52% from 652); Blue value is 201 (78.91% from 255 or 30.83% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC7C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC7C9 is #033836. Grayscale: #D7D7D7. Windows color (decimal): -210999 or 13223932. OLE color: 13223932.

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

Color convert

RGB252199201-
CMYK00.210.200.01
HSL357.74º89.83%88.43%-
HSV(B)357.74º21.03%98.82%-
XYZ71.1165.7664.2-
YUV215.08120.06154.34-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.65%
GREEN value IS 199 (78.12% from 255) = 30.52%
BLUE value IS 201 (78.91% from 255) = 30.83%
R=38.65%
G=30.52%
B=30.83%

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
Decimal25219920100.210.200.01357.7489.8388.43
HexFCC7C90151411665a58
Octal374307311025241546132130
Binary11111100110001111100100101010110100110110011010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC7C9; }

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

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

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

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

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

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

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

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