#FDCEC5

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

Shades of Coral Candy #FDCEC5

Tints of Coral Candy #FDCEC5

Color information

#FDCEC5 (or 0xFDCEC5) is unknown color: approx Coral Candy. HEX triplet: FD, CE and C5. RGB value is (253,206,197). Sum of RGB (Red+Green+Blue) = 253+206+197=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 197 (77.34% from 255 or 30.03% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCEC5 is #02313A. Grayscale: #DBDBDB. Windows color (decimal): -143675 or 12963581. OLE color: 12963581.

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

Color convert

RGB253206197-
CMYK00.190.220.01
HSL9.64º93.33%88.24%-
HSV(B)9.64º22.13%99.22%-
XYZ72.6669.0662.32-
YUV219.03115.57152.23-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.57%
GREEN value IS 206 (80.86% from 255) = 31.40%
BLUE value IS 197 (77.34% from 255) = 30.03%
R=38.57%
G=31.40%
B=30.03%

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
Decimal25320619700.190.220.019.6493.3388.24
HexFDCEC5013161a5d58
Octal37531630502326112135130
Binary111111011100111011000101010011101101101010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCEC5; }

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

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

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

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

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

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

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

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