#FECEC4

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

Shades of Coral Candy #FECEC4

Tints of Coral Candy #FECEC4

Color information

#FECEC4 (or 0xFECEC4) is unknown color: approx Coral Candy. HEX triplet: FE, CE and C4. RGB value is (254,206,196). Sum of RGB (Red+Green+Blue) = 254+206+196=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 196 (76.95% from 255 or 29.88% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECEC4 is #01313B. Grayscale: #DBDBDB. Windows color (decimal): -78140 or 12898046. OLE color: 12898046.

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

Color convert

RGB254206196-
CMYK00.190.230.00
HSL10.34º96.67%88.24%-
HSV(B)10.34º22.83%99.61%-
XYZ72.9169.261.74-
YUV219.21114.9152.81-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.72%
GREEN value IS 206 (80.86% from 255) = 31.40%
BLUE value IS 196 (76.95% from 255) = 29.88%
R=38.72%
G=31.40%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420619600.190.230.0010.3496.6788.24
HexFECEC4013170a6158
Octal37631630402327012141130
Binary111111101100111011000100010011101110101011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECEC4; }

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

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

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

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

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

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

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

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