#FCCDC5

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

Shades of Coral Candy #FCCDC5

Tints of Coral Candy #FCCDC5

Color information

#FCCDC5 (or 0xFCCDC5) is unknown color: approx Coral Candy. HEX triplet: FC, CD and C5. RGB value is (252,205,197). Sum of RGB (Red+Green+Blue) = 252+205+197=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 205 (80.47% from 255 or 31.35% from 654); Blue value is 197 (77.34% from 255 or 30.12% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCDC5 is #03323A. Grayscale: #DADADA. Windows color (decimal): -209467 or 12963324. OLE color: 12963324.

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

Color convert

RGB252205197-
CMYK00.190.220.01
HSL8.73º90.16%88.04%-
HSV(B)8.73º21.83%98.82%-
XYZ72.0568.3962.23-
YUV218.14116.07152.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.53%
GREEN value IS 205 (80.47% from 255) = 31.35%
BLUE value IS 197 (77.34% from 255) = 30.12%
R=38.53%
G=31.35%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220519700.190.220.018.7390.1688.04
HexFCCDC501316195a58
Octal37431530502326111132130
Binary111111001100110111000101010011101101100110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCDC5; }

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

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

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

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

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

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

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

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