#FDCDC5

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

Shades of Coral Candy #FDCDC5

Tints of Coral Candy #FDCDC5

Color information

#FDCDC5 (or 0xFDCDC5) is unknown color: approx Coral Candy. HEX triplet: FD, CD and C5. RGB value is (253,205,197). Sum of RGB (Red+Green+Blue) = 253+205+197=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 205 (80.47% from 255 or 31.30% from 655); Blue value is 197 (77.34% from 255 or 30.08% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDC5 is #02323A. Grayscale: #DADADA. Windows color (decimal): -143931 or 12963325. OLE color: 12963325.

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

Color convert

RGB253205197-
CMYK00.190.220.01
HSL8.57º93.33%88.24%-
HSV(B)8.57º22.13%99.22%-
XYZ72.4268.5862.24-
YUV218.44115.9152.65-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.63%
GREEN value IS 205 (80.47% from 255) = 31.30%
BLUE value IS 197 (77.34% from 255) = 30.08%
R=38.63%
G=31.30%
B=30.08%

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
Decimal25320519700.190.220.018.5793.3388.24
HexFDCDC501316195d58
Octal37531530502326111135130
Binary111111011100110111000101010011101101100110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCDC5; }

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

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

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

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

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

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

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

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