#FED4BA

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

Shades of Tuft Bush #FED4BA

Tints of Tuft Bush #FED4BA

Color information

#FED4BA (or 0xFED4BA) is unknown color: approx Tuft Bush. HEX triplet: FE, D4 and BA. RGB value is (254,212,186). Sum of RGB (Red+Green+Blue) = 254+212+186=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 212 (83.20% from 255 or 32.52% from 652); Blue value is 186 (73.05% from 255 or 28.53% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED4BA is #012B45. Grayscale: #DDDDDD. Windows color (decimal): -76614 or 12244222. OLE color: 12244222.

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

Color convert

RGB254212186-
CMYK00.170.270.00
HSL22.94º97.14%86.27%-
HSV(B)22.94º26.77%99.61%-
XYZ73.2871.756.43-
YUV221.59107.91151.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.96%
GREEN value IS 212 (83.20% from 255) = 32.52%
BLUE value IS 186 (73.05% from 255) = 28.53%
R=38.96%
G=32.52%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421218600.170.270.0022.9497.1486.27
HexFED4BA0111B0176156
Octal37632427202133027141126
Binary1111111011010100101110100100011101101011111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED4BA; }

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

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

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

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

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

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

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

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