#FECEC7

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

Shades of Coral Candy #FECEC7

Tints of Coral Candy #FECEC7

Color information

#FECEC7 (or 0xFECEC7) is unknown color: approx Coral Candy. HEX triplet: FE, CE and C7. RGB value is (254,206,199). Sum of RGB (Red+Green+Blue) = 254+206+199=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 206 (80.86% from 255 or 31.26% from 659); Blue value is 199 (78.12% from 255 or 30.20% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECEC7 is #013138. Grayscale: #DBDBDB. Windows color (decimal): -78137 or 13094654. OLE color: 13094654.

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

Color convert

RGB254206199-
CMYK00.190.220.00
HSL7.64º96.49%88.82%-
HSV(B)7.64º21.65%99.61%-
XYZ73.2569.3463.56-
YUV219.55116.4152.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.54%
GREEN value IS 206 (80.86% from 255) = 31.26%
BLUE value IS 199 (78.12% from 255) = 30.20%
R=38.54%
G=31.26%
B=30.20%

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
Decimal25420619900.190.220.007.6496.4988.82
HexFECEC701316086059
Octal37631630702326010140131
Binary111111101100111011000111010011101100100011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECEC7; }

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

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

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

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

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

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

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

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