#FEC9C7

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

Shades of Coral Candy #FEC9C7

Tints of Coral Candy #FEC9C7

Color information

#FEC9C7 (or 0xFEC9C7) is unknown color: approx Coral Candy. HEX triplet: FE, C9 and C7. RGB value is (254,201,199). Sum of RGB (Red+Green+Blue) = 254+201+199=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 201 (78.91% from 255 or 30.73% from 654); Blue value is 199 (78.12% from 255 or 30.43% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC9C7 is #013638. Grayscale: #D8D8D8. Windows color (decimal): -79417 or 13093374. OLE color: 13093374.

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

Color convert

RGB254201199-
CMYK00.210.220.00
HSL2.18º96.49%88.82%-
HSV(B)2.18º21.65%99.61%-
XYZ72.0766.9763.16-
YUV216.62118.06154.66-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.84%
GREEN value IS 201 (78.91% from 255) = 30.73%
BLUE value IS 199 (78.12% from 255) = 30.43%
R=38.84%
G=30.73%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420119900.210.220.002.1896.4988.82
HexFEC9C701516026059
Octal3763113070252602140131
Binary1111111011001001110001110101011011001011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC9C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC9C7; }

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

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

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

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

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

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

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

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