#FECAC7

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

Shades of Coral Candy #FECAC7

Tints of Coral Candy #FECAC7

Color information

#FECAC7 (or 0xFECAC7) is unknown color: approx Coral Candy. HEX triplet: FE, CA and C7. RGB value is (254,202,199). Sum of RGB (Red+Green+Blue) = 254+202+199=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 202 (79.30% from 255 or 30.84% from 655); Blue value is 199 (78.12% from 255 or 30.38% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECAC7 is #013538. Grayscale: #D9D9D9. Windows color (decimal): -79161 or 13093630. OLE color: 13093630.

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

Color convert

RGB254202199-
CMYK00.200.220.00
HSL3.27º96.49%88.82%-
HSV(B)3.27º21.65%99.61%-
XYZ72.367.4463.24-
YUV217.21117.73154.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.78%
GREEN value IS 202 (79.30% from 255) = 30.84%
BLUE value IS 199 (78.12% from 255) = 30.38%
R=38.78%
G=30.84%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420219900.200.220.003.2796.4988.82
HexFECAC701416036059
Octal3763123070242603140131
Binary1111111011001010110001110101001011001111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECAC7; }

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

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

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

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

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

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

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

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