#FED8C5

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

Shades of Tuft Bush #FED8C5

Tints of Tuft Bush #FED8C5

Color information

#FED8C5 (or 0xFED8C5) is unknown color: approx Tuft Bush. HEX triplet: FE, D8 and C5. RGB value is (254,216,197). Sum of RGB (Red+Green+Blue) = 254+216+197=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 216 (84.77% from 255 or 32.38% from 667); Blue value is 197 (77.34% from 255 or 29.54% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED8C5 is #01273A. Grayscale: #E1E1E1. Windows color (decimal): -75579 or 12966142. OLE color: 12966142.

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

Color convert

RGB254216197-
CMYK00.150.220.00
HSL20º96.61%88.43%-
HSV(B)20º22.44%99.61%-
XYZ75.5174.2163.17-
YUV225.2112.09148.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.08%
GREEN value IS 216 (84.77% from 255) = 32.38%
BLUE value IS 197 (77.34% from 255) = 29.54%
R=38.08%
G=32.38%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421619700.150.220.002096.6188.43
HexFED8C50F160146158
Octal37633030501726024141130
Binary111111101101100011000101011111011001010011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED8C5; }

 p { color: rgb(254,216,197); }

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

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

 a { background-color: rgb(254,216,197); }

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

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

 span { border-color: rgb(254,216,197); }

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