#FDCDC3

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

Shades of Coral Candy #FDCDC3

Tints of Coral Candy #FDCDC3

Color information

#FDCDC3 (or 0xFDCDC3) is unknown color: approx Coral Candy. HEX triplet: FD, CD and C3. RGB value is (253,205,195). Sum of RGB (Red+Green+Blue) = 253+205+195=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 205 (80.47% from 255 or 31.39% from 653); Blue value is 195 (76.56% from 255 or 29.86% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDC3 is #02323C. Grayscale: #DADADA. Windows color (decimal): -143933 or 12832253. OLE color: 12832253.

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

Color convert

RGB253205195-
CMYK00.190.230.01
HSL10.34º93.55%87.84%-
HSV(B)10.34º22.92%99.22%-
XYZ72.1968.4961.04-
YUV218.21114.9152.81-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.74%
GREEN value IS 205 (80.47% from 255) = 31.39%
BLUE value IS 195 (76.56% from 255) = 29.86%
R=38.74%
G=31.39%
B=29.86%

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
Decimal25320519500.190.230.0110.3493.5587.84
HexFDCDC3013171a5e58
Octal37531530302327112136130
Binary111111011100110111000011010011101111101010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCDC3; }

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

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

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

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

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

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

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

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