#FED1BF

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

Shades of Tuft Bush #FED1BF

Tints of Tuft Bush #FED1BF

Color information

#FED1BF (or 0xFED1BF) is unknown color: approx Tuft Bush. HEX triplet: FE, D1 and BF. RGB value is (254,209,191). Sum of RGB (Red+Green+Blue) = 254+209+191=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 209 (82.03% from 255 or 31.96% from 654); Blue value is 191 (75% from 255 or 29.20% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED1BF is #012E40. Grayscale: #DCDCDC. Windows color (decimal): -77377 or 12571134. OLE color: 12571134.

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

Color convert

RGB254209191-
CMYK00.180.250.00
HSL17.14º96.92%87.25%-
HSV(B)17.14º24.8%99.61%-
XYZ73.0870.4359.03-
YUV220.4111.41151.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.84%
GREEN value IS 209 (82.03% from 255) = 31.96%
BLUE value IS 191 (75% from 255) = 29.20%
R=38.84%
G=31.96%
B=29.20%

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
Decimal25420919100.180.250.0017.1496.9287.25
HexFED1BF012190116157
Octal37632127702231021141127
Binary1111111011010001101111110100101100101000111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED1BF; }

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

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

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

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

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

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

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

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