#FDCDC9

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

Shades of Coral Candy #FDCDC9

Tints of Coral Candy #FDCDC9

Color information

#FDCDC9 (or 0xFDCDC9) is unknown color: approx Coral Candy. HEX triplet: FD, CD and C9. RGB value is (253,205,201). Sum of RGB (Red+Green+Blue) = 253+205+201=659 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.39% from 659); Green value is 205 (80.47% from 255 or 31.11% from 659); Blue value is 201 (78.91% from 255 or 30.50% from 659); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDC9 is #023236. Grayscale: #DADADA. Windows color (decimal): -143927 or 13225469. OLE color: 13225469.

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

Color convert

RGB253205201-
CMYK00.190.210.01
HSL4.62º92.86%89.02%-
HSV(B)4.62º20.55%99.22%-
XYZ72.8868.7664.69-
YUV218.9117.9152.33-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.39%
GREEN value IS 205 (80.47% from 255) = 31.11%
BLUE value IS 201 (78.91% from 255) = 30.50%
R=38.39%
G=31.11%
B=30.50%

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
Decimal25320520100.190.210.014.6292.8689.02
HexFDCDC901315155d59
Octal3753153110232515135131
Binary11111101110011011100100101001110101110110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCDC9; }

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

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

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

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

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

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

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

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