#FCCCC6

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

Shades of Coral Candy #FCCCC6

Tints of Coral Candy #FCCCC6

Color information

#FCCCC6 (or 0xFCCCC6) is unknown color: approx Coral Candy. HEX triplet: FC, CC and C6. RGB value is (252,204,198). Sum of RGB (Red+Green+Blue) = 252+204+198=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 204 (80.08% from 255 or 31.19% from 654); Blue value is 198 (77.73% from 255 or 30.28% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCCC6 is #033339. Grayscale: #D9D9D9. Windows color (decimal): -209722 or 13028604. OLE color: 13028604.

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

Color convert

RGB252204198-
CMYK00.190.210.01
HSL6.67º90%88.24%-
HSV(B)6.67º21.43%98.82%-
XYZ71.9367.9662.75-
YUV217.67116.9152.49-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.53%
GREEN value IS 204 (80.08% from 255) = 31.19%
BLUE value IS 198 (77.73% from 255) = 30.28%
R=38.53%
G=31.19%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220419800.190.210.016.679088.24
HexFCCCC601315175a58
Octal3743143060232517132130
Binary11111100110011001100011001001110101111110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCCC6; }

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

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

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

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

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

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

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

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