#FDCEC1

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

Shades of Coral Candy #FDCEC1

Tints of Coral Candy #FDCEC1

Color information

#FDCEC1 (or 0xFDCEC1) is unknown color: approx Coral Candy. HEX triplet: FD, CE and C1. RGB value is (253,206,193). Sum of RGB (Red+Green+Blue) = 253+206+193=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 206 (80.86% from 255 or 31.60% from 652); Blue value is 193 (75.78% from 255 or 29.60% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCEC1 is #02313E. Grayscale: #DADADA. Windows color (decimal): -143679 or 12701437. OLE color: 12701437.

HSL color Cylindrical-coordinate representation of color #FDCEC1: hue angle of 13º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FDCEC1 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB253206193-
CMYK00.190.240.01
HSL13º93.75%87.45%-
HSV(B)13º23.72%99.22%-
XYZ72.268.8859.94-
YUV218.57113.57152.56-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.80%
GREEN value IS 206 (80.86% from 255) = 31.60%
BLUE value IS 193 (75.78% from 255) = 29.60%
R=38.80%
G=31.60%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320619300.190.240.011393.7587.45
HexFDCEC1013181d5e57
Octal37531630102330115136127
Binary111111011100111011000001010011110001110110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCEC1; }

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

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

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

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

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

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

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

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