#FED2BB

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

Shades of Tuft Bush #FED2BB

Tints of Tuft Bush #FED2BB

Color information

#FED2BB (or 0xFED2BB) is unknown color: approx Tuft Bush. HEX triplet: FE, D2 and BB. RGB value is (254,210,187). Sum of RGB (Red+Green+Blue) = 254+210+187=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 210 (82.42% from 255 or 32.26% from 651); Blue value is 187 (73.44% from 255 or 28.73% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED2BB is #012D44. Grayscale: #DCDCDC. Windows color (decimal): -77125 or 12309246. OLE color: 12309246.

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

Color convert

RGB254210187-
CMYK00.170.260.00
HSL20.6º97.1%86.47%-
HSV(B)20.6º26.38%99.61%-
XYZ72.8970.7556.83-
YUV220.53109.08151.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.02%
GREEN value IS 210 (82.42% from 255) = 32.26%
BLUE value IS 187 (73.44% from 255) = 28.73%
R=39.02%
G=32.26%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421018700.170.260.0020.697.186.47
HexFED2BB0111A0156156
Octal37632227302132025141126
Binary1111111011010010101110110100011101001010111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED2BB; }

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

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

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

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

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

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

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

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