#FCCDC4

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

Shades of Coral Candy #FCCDC4

Tints of Coral Candy #FCCDC4

Color information

#FCCDC4 (or 0xFCCDC4) is unknown color: approx Coral Candy. HEX triplet: FC, CD and C4. RGB value is (252,205,196). Sum of RGB (Red+Green+Blue) = 252+205+196=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 205 (80.47% from 255 or 31.39% from 653); Blue value is 196 (76.95% from 255 or 30.02% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCDC4 is #03323B. Grayscale: #DADADA. Windows color (decimal): -209468 or 12897788. OLE color: 12897788.

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

Color convert

RGB252205196-
CMYK00.190.220.01
HSL9.64º90.32%87.84%-
HSV(B)9.64º22.22%98.82%-
XYZ71.9468.3461.62-
YUV218.03115.57152.23-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.59%
GREEN value IS 205 (80.47% from 255) = 31.39%
BLUE value IS 196 (76.95% from 255) = 30.02%
R=38.59%
G=31.39%
B=30.02%

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
Decimal25220519600.190.220.019.6490.3287.84
HexFCCDC4013161a5a58
Octal37431530402326112132130
Binary111111001100110111000100010011101101101010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCDC4; }

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

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

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

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

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

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

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

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