#FED2BA

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

Shades of Tuft Bush #FED2BA

Tints of Tuft Bush #FED2BA

Color information

#FED2BA (or 0xFED2BA) is unknown color: approx Tuft Bush. HEX triplet: FE, D2 and BA. RGB value is (254,210,186). Sum of RGB (Red+Green+Blue) = 254+210+186=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 210 (82.42% from 255 or 32.31% from 650); Blue value is 186 (73.05% from 255 or 28.62% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED2BA is #012D45. Grayscale: #DCDCDC. Windows color (decimal): -77126 or 12243710. OLE color: 12243710.

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

Color convert

RGB254210186-
CMYK00.170.270.00
HSL21.18º97.14%86.27%-
HSV(B)21.18º26.77%99.61%-
XYZ72.7870.7156.27-
YUV220.42108.58151.95-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.08%
GREEN value IS 210 (82.42% from 255) = 32.31%
BLUE value IS 186 (73.05% from 255) = 28.62%
R=39.08%
G=32.31%
B=28.62%

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
Decimal25421018600.170.270.0021.1897.1486.27
HexFED2BA0111B0156156
Octal37632227202133025141126
Binary1111111011010010101110100100011101101010111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED2BA; }

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

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

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

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

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

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

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

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