#FCCDC3

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

Shades of Coral Candy #FCCDC3

Tints of Coral Candy #FCCDC3

Color information

#FCCDC3 (or 0xFCCDC3) is unknown color: approx Coral Candy. HEX triplet: FC, CD and C3. RGB value is (252,205,195). Sum of RGB (Red+Green+Blue) = 252+205+195=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 205 (80.47% from 255 or 31.44% from 652); Blue value is 195 (76.56% from 255 or 29.91% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCDC3 is #03323C. Grayscale: #D9D9D9. Windows color (decimal): -209469 or 12832252. OLE color: 12832252.

HSL color Cylindrical-coordinate representation of color #FCCDC3: hue angle of 10.53º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCCDC3 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB252205195-
CMYK00.190.230.01
HSL10.53º90.48%87.65%-
HSV(B)10.53º22.62%98.82%-
XYZ71.8368.361.03-
YUV217.91115.07152.31-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.65%
GREEN value IS 205 (80.47% from 255) = 31.44%
BLUE value IS 195 (76.56% from 255) = 29.91%
R=38.65%
G=31.44%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220519500.190.230.0110.5390.4887.65
HexFCCDC3013171b5a58
Octal37431530302327113132130
Binary111111001100110111000011010011101111101110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCDC3; }

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

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

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

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

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

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

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

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