Shades of Tuft Bush #FED7C3
Tints of Tuft Bush #FED7C3
RGB
CMYK
RGB Variations
Color information
#FED7C3 (or 0xFED7C3) is known color: Tuft Bush. HEX triplet: FE, D7 and C3. RGB value is (254,215,195). Sum of RGB (Red+Green+Blue) = 254+215+195=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 215 (84.38% from 255 or 32.38% from 664); Blue value is 195 (76.56% from 255 or 29.37% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED7C3 is #01283C. Grayscale: #E0E0E0. Windows color (decimal): -75837 or 12834814. OLE color: 12834814.
HSL color Cylindrical-coordinate representation of color #FED7C3: hue angle of 20.34º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FED7C3 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 195 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.00 |
| HSL | 20.34º | 0.97% | 0.88% | - |
| HSV(B) | 20.34º | 0.23% | 1% | - |
| XYZ | 75.02 | 73.61 | 61.88 | - |
| YUV | 224.38 | 111.42 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 195 | 0 | 0.15 | 0.23 | 0.00 | 20.34 | 0.97 | 0.88 |
| Hex | FE | D7 | C3 | 0 | F | 17 | 0 | 14 | 61 | 58 |
| Octal | 376 | 327 | 303 | 0 | 17 | 27 | 0 | 24 | 141 | 130 |
| Binary | 11111110 | 11010111 | 11000011 | 0 | 1111 | 10111 | 0 | 10100 | 1100001 | 1011000 |
Color Harmonies of #FED7C3
Complementary color
Monochromatic Colors of #FED7C3
Black with #FED7C3
Text Example
Text Example
White with #FED7C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED7C3; }
p { color: rgb(254,215,195); }
H1.HeaderClassName
{
color: #FED7C3;
}
.AnyTagClassName
{
color: #FED7C3;
}
</style>
background-color css
<style>
a { background-color: #FED7C3; }
a { background-color: rgb(254,215,195); }
div.DivClassName
{
background-color: #FED7C3;
}
.BgClassName
{
background-color: #FED7C3;
}
</style>
border-color css
<style>
span { border-color: #FED7C3; }
span { border-color: rgb(254,215,195); }
td.TdClassName
{
border-color: #FED7C3;
}
.TagClassName
{
border-color: #FED7C3;
}
</style>