#FED7BF

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

Shades of Tuft Bush #FED7BF

Tints of Tuft Bush #FED7BF

Color information

#FED7BF (or 0xFED7BF) is unknown color: approx Tuft Bush. HEX triplet: FE, D7 and BF. RGB value is (254,215,191). Sum of RGB (Red+Green+Blue) = 254+215+191=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 215 (84.38% from 255 or 32.58% from 660); Blue value is 191 (75% from 255 or 28.94% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED7BF is #012840. Grayscale: #E0E0E0. Windows color (decimal): -75841 or 12572670. OLE color: 12572670.

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

Color convert

RGB254215191-
CMYK00.150.250.00
HSL22.86º96.92%87.25%-
HSV(B)22.86º24.8%99.61%-
XYZ74.5873.4359.53-
YUV223.92109.42149.45-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.48%
GREEN value IS 215 (84.38% from 255) = 32.58%
BLUE value IS 191 (75% from 255) = 28.94%
R=38.48%
G=32.58%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421519100.150.250.0022.8696.9287.25
HexFED7BF0F190176157
Octal37632727701731027141127
Binary111111101101011110111111011111100101011111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED7BF; }

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

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

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

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

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

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

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

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