#FCCDC8

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

Shades of Coral Candy #FCCDC8

Tints of Coral Candy #FCCDC8

Color information

#FCCDC8 (or 0xFCCDC8) is unknown color: approx Coral Candy. HEX triplet: FC, CD and C8. RGB value is (252,205,200). Sum of RGB (Red+Green+Blue) = 252+205+200=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 205 (80.47% from 255 or 31.20% from 657); Blue value is 200 (78.52% from 255 or 30.44% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCDC8 is #033237. Grayscale: #DADADA. Windows color (decimal): -209464 or 13159932. OLE color: 13159932.

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

Color convert

RGB252205200-
CMYK00.190.210.01
HSL5.77º89.66%88.63%-
HSV(B)5.77º20.63%98.82%-
XYZ72.468.5364.05-
YUV218.48117.57151.91-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.36%
GREEN value IS 205 (80.47% from 255) = 31.20%
BLUE value IS 200 (78.52% from 255) = 30.44%
R=38.36%
G=31.20%
B=30.44%

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
Decimal25220520000.190.210.015.7789.6688.63
HexFCCDC801315165a59
Octal3743153100232516132131
Binary11111100110011011100100001001110101111010110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCDC8; }

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

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

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

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

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

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

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

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