Shades of Tuft Bush #FCCFC0
Tints of Tuft Bush #FCCFC0
RGB
CMYK
RGB Variations
Color information
#FCCFC0 (or 0xFCCFC0) is known color: Tuft Bush. HEX triplet: FC, CF and C0. RGB value is (252,207,192). Sum of RGB (Red+Green+Blue) = 252+207+192=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 207 (81.25% from 255 or 31.80% from 651); Blue value is 192 (75.39% from 255 or 29.49% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFC0 is #03303F. Grayscale: #DADADA. Windows color (decimal): -208960 or 12636156. OLE color: 12636156.
HSL color Cylindrical-coordinate representation of color #FCCFC0: hue angle of 15º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FCCFC0 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 207 | 192 | - |
CMYK | 0 | 0.18 | 0.24 | 0.01 |
HSL | 15º | 0.91% | 0.87% | - |
HSV(B) | 15º | 0.24% | 0.99% | - |
XYZ | 71.97 | 69.13 | 59.42 | - |
YUV | 218.75 | 112.91 | 151.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 207 | 192 | 0 | 0.18 | 0.24 | 0.01 | 15 | 0.91 | 0.87 |
Hex | FC | CF | C0 | 0 | 12 | 18 | 1 | F | 5B | 57 |
Octal | 374 | 317 | 300 | 0 | 22 | 30 | 1 | 17 | 133 | 127 |
Binary | 11111100 | 11001111 | 11000000 | 0 | 10010 | 11000 | 1 | 1111 | 1011011 | 1010111 |
Color Harmonies of #FCCFC0
Complementary color
Monochromatic Colors of #FCCFC0
Black with #FCCFC0
Text Example
Text Example
White with #FCCFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCFC0; }
p { color: rgb(252,207,192); }
H1.HeaderClassName
{
color: #FCCFC0;
}
.AnyTagClassName
{
color: #FCCFC0;
}
</style>
background-color css
<style>
a { background-color: #FCCFC0; }
a { background-color: rgb(252,207,192); }
div.DivClassName
{
background-color: #FCCFC0;
}
.BgClassName
{
background-color: #FCCFC0;
}
</style>
border-color css
<style>
span { border-color: #FCCFC0; }
span { border-color: rgb(252,207,192); }
td.TdClassName
{
border-color: #FCCFC0;
}
.TagClassName
{
border-color: #FCCFC0;
}
</style>