#FED1BE

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

Shades of Tuft Bush #FED1BE

Tints of Tuft Bush #FED1BE

Color information

#FED1BE (or 0xFED1BE) is unknown color: approx Tuft Bush. HEX triplet: FE, D1 and BE. RGB value is (254,209,190). Sum of RGB (Red+Green+Blue) = 254+209+190=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 209 (82.03% from 255 or 32.01% from 653); Blue value is 190 (74.61% from 255 or 29.10% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED1BE is #012E41. Grayscale: #DCDCDC. Windows color (decimal): -77378 or 12505598. OLE color: 12505598.

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

Color convert

RGB254209190-
CMYK00.180.250.00
HSL17.81º96.97%87.06%-
HSV(B)17.81º25.2%99.61%-
XYZ72.9770.3958.46-
YUV220.29110.91152.04-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.90%
GREEN value IS 209 (82.03% from 255) = 32.01%
BLUE value IS 190 (74.61% from 255) = 29.10%
R=38.90%
G=32.01%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420919000.180.250.0017.8196.9787.06
HexFED1BE012190126157
Octal37632127602231022141127
Binary1111111011010001101111100100101100101001011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED1BE; }

 p { color: rgb(254,209,190); }

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

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

 a { background-color: rgb(254,209,190); }

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

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

 span { border-color: rgb(254,209,190); }

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