#FECEC8

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

Shades of Coral Candy #FECEC8

Tints of Coral Candy #FECEC8

Color information

#FECEC8 (or 0xFECEC8) is unknown color: approx Coral Candy. HEX triplet: FE, CE and C8. RGB value is (254,206,200). Sum of RGB (Red+Green+Blue) = 254+206+200=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 206 (80.86% from 255 or 31.21% from 660); Blue value is 200 (78.52% from 255 or 30.30% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECEC8 is #013137. Grayscale: #DBDBDB. Windows color (decimal): -78136 or 13160190. OLE color: 13160190.

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

Color convert

RGB254206200-
CMYK00.190.210.00
HSL6.67º96.43%89.02%-
HSV(B)6.67º21.26%99.61%-
XYZ73.3769.3864.17-
YUV219.67116.9152.49-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.48%
GREEN value IS 206 (80.86% from 255) = 31.21%
BLUE value IS 200 (78.52% from 255) = 30.30%
R=38.48%
G=31.21%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420620000.190.210.006.6796.4389.02
HexFECEC801315076059
Octal3763163100232507140131
Binary11111110110011101100100001001110101011111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECEC8; }

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

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

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

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

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

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

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

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