#FECFC7

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

Shades of Coral Candy #FECFC7

Tints of Coral Candy #FECFC7

Color information

#FECFC7 (or 0xFECFC7) is unknown color: approx Coral Candy. HEX triplet: FE, CF and C7. RGB value is (254,207,199). Sum of RGB (Red+Green+Blue) = 254+207+199=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 207 (81.25% from 255 or 31.36% from 660); Blue value is 199 (78.12% from 255 or 30.15% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFC7 is #013038. Grayscale: #DCDCDC. Windows color (decimal): -77881 or 13094910. OLE color: 13094910.

HSL color Cylindrical-coordinate representation of color #FECFC7: hue angle of 8.73º 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 #FECFC7 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB254207199-
CMYK00.190.220.00
HSL8.73º96.49%88.82%-
HSV(B)8.73º21.65%99.61%-
XYZ73.4969.8263.64-
YUV220.14116.07152.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.48%
GREEN value IS 207 (81.25% from 255) = 31.36%
BLUE value IS 199 (78.12% from 255) = 30.15%
R=38.48%
G=31.36%
B=30.15%

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
Decimal25420719900.190.220.008.7396.4988.82
HexFECFC701316096059
Octal37631730702326011140131
Binary111111101100111111000111010011101100100111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECFC7; }

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

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

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

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

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

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

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

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