#FCC7C8

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

Shades of Azalea #FCC7C8

Tints of Azalea #FCC7C8

Color information

#FCC7C8 (or 0xFCC7C8) is unknown color: approx Azalea. HEX triplet: FC, C7 and C8. RGB value is (252,199,200). Sum of RGB (Red+Green+Blue) = 252+199+200=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 199 (78.12% from 255 or 30.57% from 651); Blue value is 200 (78.52% from 255 or 30.72% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC7C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC7C8 is #033837. Grayscale: #D7D7D7. Windows color (decimal): -211000 or 13158396. OLE color: 13158396.

HSL color Cylindrical-coordinate representation of color #FCC7C8: hue angle of 358.87º 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 #FCC7C8 is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB252199200-
CMYK00.210.210.01
HSL358.87º89.83%88.43%-
HSV(B)358.87º21.03%98.82%-
XYZ70.9965.7163.59-
YUV214.96119.56154.42-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.71%
GREEN value IS 199 (78.12% from 255) = 30.57%
BLUE value IS 200 (78.52% from 255) = 30.72%
R=38.71%
G=30.57%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219920000.210.210.01358.8789.8388.43
HexFCC7C80151511675a58
Octal374307310025251547132130
Binary11111100110001111100100001010110101110110011110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC7C8; }

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

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

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

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

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

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

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

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