Shades of Tuft Bush #FECFC0
Tints of Tuft Bush #FECFC0
RGB
CMYK
RGB Variations
Color information
#FECFC0 (or 0xFECFC0) is known color: Tuft Bush. HEX triplet: FE, CF and C0. RGB value is (254,207,192). Sum of RGB (Red+Green+Blue) = 254+207+192=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 207 (81.25% from 255 or 31.70% from 653); Blue value is 192 (75.39% from 255 or 29.40% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFC0 is #01303F. Grayscale: #DBDBDB. Windows color (decimal): -77888 or 12636158. OLE color: 12636158.
HSL color Cylindrical-coordinate representation of color #FECFC0: hue angle of 14.52º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FECFC0 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 207 | 192 | - |
CMYK | 0 | 0.19 | 0.24 | 0.00 |
HSL | 14.52º | 0.97% | 0.87% | - |
HSV(B) | 14.52º | 0.24% | 1% | - |
XYZ | 72.7 | 69.5 | 59.45 | - |
YUV | 219.34 | 112.57 | 152.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 207 | 192 | 0 | 0.19 | 0.24 | 0.00 | 14.52 | 0.97 | 0.87 |
Hex | FE | CF | C0 | 0 | 13 | 18 | 0 | F | 61 | 57 |
Octal | 376 | 317 | 300 | 0 | 23 | 30 | 0 | 17 | 141 | 127 |
Binary | 11111110 | 11001111 | 11000000 | 0 | 10011 | 11000 | 0 | 1111 | 1100001 | 1010111 |
Color Harmonies of #FECFC0
Complementary color
Monochromatic Colors of #FECFC0
Black with #FECFC0
Text Example
Text Example
White with #FECFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECFC0; }
p { color: rgb(254,207,192); }
H1.HeaderClassName
{
color: #FECFC0;
}
.AnyTagClassName
{
color: #FECFC0;
}
</style>
background-color css
<style>
a { background-color: #FECFC0; }
a { background-color: rgb(254,207,192); }
div.DivClassName
{
background-color: #FECFC0;
}
.BgClassName
{
background-color: #FECFC0;
}
</style>
border-color css
<style>
span { border-color: #FECFC0; }
span { border-color: rgb(254,207,192); }
td.TdClassName
{
border-color: #FECFC0;
}
.TagClassName
{
border-color: #FECFC0;
}
</style>