#FCC5C6

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

Shades of Azalea #FCC5C6

Tints of Azalea #FCC5C6

Color information

#FCC5C6 (or 0xFCC5C6) is unknown color: approx Azalea. HEX triplet: FC, C5 and C6. RGB value is (252,197,198). Sum of RGB (Red+Green+Blue) = 252+197+198=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 197 (77.34% from 255 or 30.45% from 647); Blue value is 198 (77.73% from 255 or 30.60% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC5C6 is #033A39. Grayscale: #D5D5D5. Windows color (decimal): -211514 or 13026812. OLE color: 13026812.

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

Color convert

RGB252197198-
CMYK00.220.210.01
HSL358.91º90.16%88.04%-
HSV(B)358.91º21.83%98.82%-
XYZ70.364.7162.21-
YUV213.56119.22155.42-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.95%
GREEN value IS 197 (77.34% from 255) = 30.45%
BLUE value IS 198 (77.73% from 255) = 30.60%
R=38.95%
G=30.45%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219719800.220.210.01358.9190.1688.04
HexFCC5C60161511675a58
Octal374305306026251547132130
Binary11111100110001011100011001011010101110110011110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC5C6; }

 p { color: rgb(252,197,198); }

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

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

 a { background-color: rgb(252,197,198); }

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

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

 span { border-color: rgb(252,197,198); }

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