#FED0BB

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

Shades of Tuft Bush #FED0BB

Tints of Tuft Bush #FED0BB

Color information

#FED0BB (or 0xFED0BB) is unknown color: approx Tuft Bush. HEX triplet: FE, D0 and BB. RGB value is (254,208,187). Sum of RGB (Red+Green+Blue) = 254+208+187=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 208 (81.64% from 255 or 32.05% from 649); Blue value is 187 (73.44% from 255 or 28.81% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED0BB is #012F44. Grayscale: #DBDBDB. Windows color (decimal): -77637 or 12308734. OLE color: 12308734.

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

Color convert

RGB254208187-
CMYK00.180.260.00
HSL18.81º97.1%86.47%-
HSV(B)18.81º26.38%99.61%-
XYZ72.469.7756.66-
YUV219.36109.74152.71-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.14%
GREEN value IS 208 (81.64% from 255) = 32.05%
BLUE value IS 187 (73.44% from 255) = 28.81%
R=39.14%
G=32.05%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420818700.180.260.0018.8197.186.47
HexFED0BB0121A0136156
Octal37632027302232023141126
Binary1111111011010000101110110100101101001001111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED0BB; }

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

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

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

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

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

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

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

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