#FED6BF

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

Shades of Tuft Bush #FED6BF

Tints of Tuft Bush #FED6BF

Color information

#FED6BF (or 0xFED6BF) is unknown color: approx Tuft Bush. HEX triplet: FE, D6 and BF. RGB value is (254,214,191). Sum of RGB (Red+Green+Blue) = 254+214+191=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 214 (83.98% from 255 or 32.47% from 659); Blue value is 191 (75% from 255 or 28.98% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED6BF is #012940. Grayscale: #DFDFDF. Windows color (decimal): -76097 or 12572414. OLE color: 12572414.

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

Color convert

RGB254214191-
CMYK00.160.250.00
HSL21.9º96.92%87.25%-
HSV(B)21.9º24.8%99.61%-
XYZ74.3272.9359.45-
YUV223.34109.75149.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.54%
GREEN value IS 214 (83.98% from 255) = 32.47%
BLUE value IS 191 (75% from 255) = 28.98%
R=38.54%
G=32.47%
B=28.98%

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
Decimal25421419100.160.250.0021.996.9287.25
HexFED6BF010190166157
Octal37632627702031026141127
Binary1111111011010110101111110100001100101011011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED6BF; }

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

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

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

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

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

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

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

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