Shades of Tuft Bush #FED0C1
Tints of Tuft Bush #FED0C1
RGB
CMYK
RGB Variations
Color information
#FED0C1 (or 0xFED0C1) is known color: Tuft Bush. HEX triplet: FE, D0 and C1. RGB value is (254,208,193). Sum of RGB (Red+Green+Blue) = 254+208+193=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 208 (81.64% from 255 or 31.76% from 655); Blue value is 193 (75.78% from 255 or 29.47% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED0C1 is #012F3E. Grayscale: #DCDCDC. Windows color (decimal): -77631 or 12701950. OLE color: 12701950.
HSL color Cylindrical-coordinate representation of color #FED0C1: hue angle of 14.75º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FED0C1 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 193 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.00 |
| HSL | 14.75º | 0.97% | 0.88% | - |
| HSV(B) | 14.75º | 0.24% | 1% | - |
| XYZ | 73.05 | 70.03 | 60.12 | - |
| YUV | 220.04 | 112.74 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 193 | 0 | 0.18 | 0.24 | 0.00 | 14.75 | 0.97 | 0.88 |
| Hex | FE | D0 | C1 | 0 | 12 | 18 | 0 | F | 61 | 58 |
| Octal | 376 | 320 | 301 | 0 | 22 | 30 | 0 | 17 | 141 | 130 |
| Binary | 11111110 | 11010000 | 11000001 | 0 | 10010 | 11000 | 0 | 1111 | 1100001 | 1011000 |
Color Harmonies of #FED0C1
Complementary color
Monochromatic Colors of #FED0C1
Black with #FED0C1
Text Example
Text Example
White with #FED0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED0C1; }
p { color: rgb(254,208,193); }
H1.HeaderClassName
{
color: #FED0C1;
}
.AnyTagClassName
{
color: #FED0C1;
}
</style>
background-color css
<style>
a { background-color: #FED0C1; }
a { background-color: rgb(254,208,193); }
div.DivClassName
{
background-color: #FED0C1;
}
.BgClassName
{
background-color: #FED0C1;
}
</style>
border-color css
<style>
span { border-color: #FED0C1; }
span { border-color: rgb(254,208,193); }
td.TdClassName
{
border-color: #FED0C1;
}
.TagClassName
{
border-color: #FED0C1;
}
</style>