#FECEC2

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

Shades of Coral Candy #FECEC2

Tints of Coral Candy #FECEC2

Color information

#FECEC2 (or 0xFECEC2) is unknown color: approx Coral Candy. HEX triplet: FE, CE and C2. RGB value is (254,206,194). Sum of RGB (Red+Green+Blue) = 254+206+194=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 206 (80.86% from 255 or 31.50% from 654); Blue value is 194 (76.17% from 255 or 29.66% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECEC2 is #01313D. Grayscale: #DBDBDB. Windows color (decimal): -78142 or 12766974. OLE color: 12766974.

HSL color Cylindrical-coordinate representation of color #FECEC2: hue angle of 12º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FECEC2 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB254206194-
CMYK00.190.240.00
HSL12º96.77%87.84%-
HSV(B)12º23.62%99.61%-
XYZ72.6869.1160.55-
YUV218.98113.9152.98-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.84%
GREEN value IS 206 (80.86% from 255) = 31.50%
BLUE value IS 194 (76.17% from 255) = 29.66%
R=38.84%
G=31.50%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420619400.190.240.001296.7787.84
HexFECEC2013180c6158
Octal37631630202330014141130
Binary111111101100111011000010010011110000110011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECEC2; }

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

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

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

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

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

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

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

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