#FDCEC6

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

Shades of Coral Candy #FDCEC6

Tints of Coral Candy #FDCEC6

Color information

#FDCEC6 (or 0xFDCEC6) is unknown color: approx Coral Candy. HEX triplet: FD, CE and C6. RGB value is (253,206,198). Sum of RGB (Red+Green+Blue) = 253+206+198=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 206 (80.86% from 255 or 31.35% from 657); Blue value is 198 (77.73% from 255 or 30.14% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCEC6 is #023139. Grayscale: #DBDBDB. Windows color (decimal): -143674 or 13029117. OLE color: 13029117.

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

Color convert

RGB253206198-
CMYK00.190.220.01
HSL8.73º93.22%88.43%-
HSV(B)8.73º21.74%99.22%-
XYZ72.7769.162.93-
YUV219.14116.07152.15-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.51%
GREEN value IS 206 (80.86% from 255) = 31.35%
BLUE value IS 198 (77.73% from 255) = 30.14%
R=38.51%
G=31.35%
B=30.14%

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
Decimal25320619800.190.220.018.7393.2288.43
HexFDCEC601316195d58
Octal37531630602326111135130
Binary111111011100111011000110010011101101100110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCEC6; }

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

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

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

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

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

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

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

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