#FED5BF

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

Shades of Tuft Bush #FED5BF

Tints of Tuft Bush #FED5BF

Color information

#FED5BF (or 0xFED5BF) is unknown color: approx Tuft Bush. HEX triplet: FE, D5 and BF. RGB value is (254,213,191). Sum of RGB (Red+Green+Blue) = 254+213+191=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 213 (83.59% from 255 or 32.37% from 658); Blue value is 191 (75% from 255 or 29.03% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED5BF is #012A40. Grayscale: #DEDEDE. Windows color (decimal): -76353 or 12572158. OLE color: 12572158.

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

Color convert

RGB254213191-
CMYK00.160.250.00
HSL20.95º96.92%87.25%-
HSV(B)20.95º24.8%99.61%-
XYZ74.0772.4259.36-
YUV222.75110.08150.29-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.60%
GREEN value IS 213 (83.59% from 255) = 32.37%
BLUE value IS 191 (75% from 255) = 29.03%
R=38.60%
G=32.37%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421319100.160.250.0020.9596.9287.25
HexFED5BF010190156157
Octal37632527702031025141127
Binary1111111011010101101111110100001100101010111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED5BF; }

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

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

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

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

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

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

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

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