#FED5BA

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

Shades of Tuft Bush #FED5BA

Tints of Tuft Bush #FED5BA

Color information

#FED5BA (or 0xFED5BA) is unknown color: approx Tuft Bush. HEX triplet: FE, D5 and BA. RGB value is (254,213,186). Sum of RGB (Red+Green+Blue) = 254+213+186=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 213 (83.59% from 255 or 32.62% from 653); Blue value is 186 (73.05% from 255 or 28.48% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED5BA is #012A45. Grayscale: #DEDEDE. Windows color (decimal): -76358 or 12244478. OLE color: 12244478.

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

Color convert

RGB254213186-
CMYK00.160.270.00
HSL23.82º97.14%86.27%-
HSV(B)23.82º26.77%99.61%-
XYZ73.5372.256.52-
YUV222.18107.58150.7-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.90%
GREEN value IS 213 (83.59% from 255) = 32.62%
BLUE value IS 186 (73.05% from 255) = 28.48%
R=38.90%
G=32.62%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421318600.160.270.0023.8297.1486.27
HexFED5BA0101B0186156
Octal37632527202033030141126
Binary1111111011010101101110100100001101101100011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED5BA; }

 p { color: rgb(254,213,186); }

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

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

 a { background-color: rgb(254,213,186); }

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

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

 span { border-color: rgb(254,213,186); }

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