#FED7C0

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

Shades of Tuft Bush #FED7C0

Tints of Tuft Bush #FED7C0

Color information

#FED7C0 (or 0xFED7C0) is unknown color: approx Tuft Bush. HEX triplet: FE, D7 and C0. RGB value is (254,215,192). Sum of RGB (Red+Green+Blue) = 254+215+192=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 215 (84.38% from 255 or 32.53% from 661); Blue value is 192 (75.39% from 255 or 29.05% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED7C0 is #01283F. Grayscale: #E0E0E0. Windows color (decimal): -75840 or 12638206. OLE color: 12638206.

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

Color convert

RGB254215192-
CMYK00.150.240.00
HSL22.26º96.88%87.45%-
HSV(B)22.26º24.41%99.61%-
XYZ74.6973.4860.12-
YUV224.04109.92149.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.43%
GREEN value IS 215 (84.38% from 255) = 32.53%
BLUE value IS 192 (75.39% from 255) = 29.05%
R=38.43%
G=32.53%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421519200.150.240.0022.2696.8887.45
HexFED7C00F180166157
Octal37632730001730026141127
Binary111111101101011111000000011111100001011011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED7C0; }

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

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

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

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

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

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

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

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