#FDCEC2

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

Shades of Coral Candy #FDCEC2

Tints of Coral Candy #FDCEC2

Color information

#FDCEC2 (or 0xFDCEC2) is unknown color: approx Coral Candy. HEX triplet: FD, CE and C2. RGB value is (253,206,194). Sum of RGB (Red+Green+Blue) = 253+206+194=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 194 (76.17% from 255 or 29.71% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCEC2 is #02313D. Grayscale: #DADADA. Windows color (decimal): -143678 or 12766973. OLE color: 12766973.

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

Color convert

RGB253206194-
CMYK00.190.230.01
HSL12.2º93.65%87.65%-
HSV(B)12.2º23.32%99.22%-
XYZ72.3268.9260.53-
YUV218.68114.07152.48-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.74%
GREEN value IS 206 (80.86% from 255) = 31.55%
BLUE value IS 194 (76.17% from 255) = 29.71%
R=38.74%
G=31.55%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320619400.190.230.0112.293.6587.65
HexFDCEC2013171c5e58
Octal37531630202327114136130
Binary111111011100111011000010010011101111110010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCEC2; }

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

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

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

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

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

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

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

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