#FECEC6

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

Shades of Coral Candy #FECEC6

Tints of Coral Candy #FECEC6

Color information

#FECEC6 (or 0xFECEC6) is unknown color: approx Coral Candy. HEX triplet: FE, CE and C6. RGB value is (254,206,198). Sum of RGB (Red+Green+Blue) = 254+206+198=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 206 (80.86% from 255 or 31.31% from 658); Blue value is 198 (77.73% from 255 or 30.09% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECEC6 is #013139. Grayscale: #DBDBDB. Windows color (decimal): -78138 or 13029118. OLE color: 13029118.

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

Color convert

RGB254206198-
CMYK00.190.220.00
HSL8.57º96.55%88.63%-
HSV(B)8.57º22.05%99.61%-
XYZ73.1469.2962.95-
YUV219.44115.9152.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.60%
GREEN value IS 206 (80.86% from 255) = 31.31%
BLUE value IS 198 (77.73% from 255) = 30.09%
R=38.60%
G=31.31%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420619800.190.220.008.5796.5588.63
HexFECEC601316096159
Octal37631630602326011141131
Binary111111101100111011000110010011101100100111000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECEC6; }

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

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

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

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

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

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

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

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