#FDCDC8

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

Shades of Coral Candy #FDCDC8

Tints of Coral Candy #FDCDC8

Color information

#FDCDC8 (or 0xFDCDC8) is unknown color: approx Coral Candy. HEX triplet: FD, CD and C8. RGB value is (253,205,200). Sum of RGB (Red+Green+Blue) = 253+205+200=658 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.45% from 658); Green value is 205 (80.47% from 255 or 31.16% from 658); Blue value is 200 (78.52% from 255 or 30.40% from 658); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDC8 is #023237. Grayscale: #DADADA. Windows color (decimal): -143928 or 13159933. OLE color: 13159933.

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

Color convert

RGB253205200-
CMYK00.190.210.01
HSL5.66º92.98%88.82%-
HSV(B)5.66º20.95%99.22%-
XYZ72.7668.7264.07-
YUV218.78117.4152.41-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.45%
GREEN value IS 205 (80.47% from 255) = 31.16%
BLUE value IS 200 (78.52% from 255) = 30.40%
R=38.45%
G=31.16%
B=30.40%

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
Decimal25320520000.190.210.015.6692.9888.82
HexFDCDC801315165d59
Octal3753153100232516135131
Binary11111101110011011100100001001110101111010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCDC8; }

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

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

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

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

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

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

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

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