Shades of Tuft Bush #FED2BF
Tints of Tuft Bush #FED2BF
RGB
CMYK
RGB Variations
Color information
#FED2BF (or 0xFED2BF) is known color: Tuft Bush. HEX triplet: FE, D2 and BF. RGB value is (254,210,191). Sum of RGB (Red+Green+Blue) = 254+210+191=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 210 (82.42% from 255 or 32.06% from 655); Blue value is 191 (75% from 255 or 29.16% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED2BF is #012D40. Grayscale: #DDDDDD. Windows color (decimal): -77121 or 12571390. OLE color: 12571390.
HSL color Cylindrical-coordinate representation of color #FED2BF: hue angle of 18.1º 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 #FED2BF is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 210 | 191 | - |
CMYK | 0 | 0.17 | 0.25 | 0.00 |
HSL | 18.1º | 0.97% | 0.87% | - |
HSV(B) | 18.1º | 0.25% | 1% | - |
XYZ | 73.32 | 70.93 | 59.12 | - |
YUV | 220.99 | 111.08 | 151.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 210 | 191 | 0 | 0.17 | 0.25 | 0.00 | 18.1 | 0.97 | 0.87 |
Hex | FE | D2 | BF | 0 | 11 | 19 | 0 | 12 | 61 | 57 |
Octal | 376 | 322 | 277 | 0 | 21 | 31 | 0 | 22 | 141 | 127 |
Binary | 11111110 | 11010010 | 10111111 | 0 | 10001 | 11001 | 0 | 10010 | 1100001 | 1010111 |
Color Harmonies of #FED2BF
Complementary color
Monochromatic Colors of #FED2BF
Black with #FED2BF
Text Example
Text Example
White with #FED2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED2BF; }
p { color: rgb(254,210,191); }
H1.HeaderClassName
{
color: #FED2BF;
}
.AnyTagClassName
{
color: #FED2BF;
}
</style>
background-color css
<style>
a { background-color: #FED2BF; }
a { background-color: rgb(254,210,191); }
div.DivClassName
{
background-color: #FED2BF;
}
.BgClassName
{
background-color: #FED2BF;
}
</style>
border-color css
<style>
span { border-color: #FED2BF; }
span { border-color: rgb(254,210,191); }
td.TdClassName
{
border-color: #FED2BF;
}
.TagClassName
{
border-color: #FED2BF;
}
</style>