#FED2C0

Color #FED2C0 Tuft Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tuft Bush #FED2C0

Tints of Tuft Bush #FED2C0

Color information

#FED2C0 (or 0xFED2C0) is unknown color: approx Tuft Bush. HEX triplet: FE, D2 and C0. RGB value is (254,210,192). Sum of RGB (Red+Green+Blue) = 254+210+192=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 210 (82.42% from 255 or 32.01% from 656); Blue value is 192 (75.39% from 255 or 29.27% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED2C0 is #012D3F. Grayscale: #DDDDDD. Windows color (decimal): -77120 or 12636926. OLE color: 12636926.

HSL color Cylindrical-coordinate representation of color #FED2C0: hue angle of 17.42º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FED2C0 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB254210192-
CMYK00.170.240.00
HSL17.42º96.88%87.45%-
HSV(B)17.42º24.41%99.61%-
XYZ73.4370.9759.7-
YUV221.1111.58151.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.72%
GREEN value IS 210 (82.42% from 255) = 32.01%
BLUE value IS 192 (75.39% from 255) = 29.27%
R=38.72%
G=32.01%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421019200.170.240.0017.4296.8887.45
HexFED2C0011180116157
Octal37632230002130021141127
Binary1111111011010010110000000100011100001000111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED2C0; }

 p { color: rgb(254,210,192); }

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

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

 a { background-color: rgb(254,210,192); }

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

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

 span { border-color: rgb(254,210,192); }

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