#FED0C7

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

Shades of Coral Candy #FED0C7

Tints of Coral Candy #FED0C7

Color information

#FED0C7 (or 0xFED0C7) is unknown color: approx Coral Candy. HEX triplet: FE, D0 and C7. RGB value is (254,208,199). Sum of RGB (Red+Green+Blue) = 254+208+199=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 208 (81.64% from 255 or 31.47% from 661); Blue value is 199 (78.12% from 255 or 30.11% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED0C7 is #012F38. Grayscale: #DCDCDC. Windows color (decimal): -77625 or 13095166. OLE color: 13095166.

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

Color convert

RGB254208199-
CMYK00.180.220.00
HSL9.82º96.49%88.82%-
HSV(B)9.82º21.65%99.61%-
XYZ73.7470.3163.72-
YUV220.73115.74151.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.43%
GREEN value IS 208 (81.64% from 255) = 31.47%
BLUE value IS 199 (78.12% from 255) = 30.11%
R=38.43%
G=31.47%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420819900.180.220.009.8296.4988.82
HexFED0C7012160a6059
Octal37632030702226012140131
Binary111111101101000011000111010010101100101011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED0C7; }

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

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

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

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

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

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

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

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