Shades of Tuft Bush #FDCFC1
Tints of Tuft Bush #FDCFC1
RGB
CMYK
RGB Variations
Color information
#FDCFC1 (or 0xFDCFC1) is known color: Tuft Bush. HEX triplet: FD, CF and C1. RGB value is (253,207,193). Sum of RGB (Red+Green+Blue) = 253+207+193=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 207 (81.25% from 255 or 31.70% from 653); Blue value is 193 (75.78% from 255 or 29.56% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFC1 is #02303E. Grayscale: #DBDBDB. Windows color (decimal): -143423 or 12701693. OLE color: 12701693.
HSL color Cylindrical-coordinate representation of color #FDCFC1: hue angle of 14º degrees, saturation: 0.94, 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 #FDCFC1 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 207 | 193 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.01 |
| HSL | 14º | 0.94% | 0.87% | - |
| HSV(B) | 14º | 0.24% | 0.99% | - |
| XYZ | 72.45 | 69.36 | 60.02 | - |
| YUV | 219.16 | 113.24 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 207 | 193 | 0 | 0.18 | 0.24 | 0.01 | 14 | 0.94 | 0.87 |
| Hex | FD | CF | C1 | 0 | 12 | 18 | 1 | E | 5E | 57 |
| Octal | 375 | 317 | 301 | 0 | 22 | 30 | 1 | 16 | 136 | 127 |
| Binary | 11111101 | 11001111 | 11000001 | 0 | 10010 | 11000 | 1 | 1110 | 1011110 | 1010111 |
Color Harmonies of #FDCFC1
Complementary color
Monochromatic Colors of #FDCFC1
Black with #FDCFC1
Text Example
Text Example
White with #FDCFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCFC1; }
p { color: rgb(253,207,193); }
H1.HeaderClassName
{
color: #FDCFC1;
}
.AnyTagClassName
{
color: #FDCFC1;
}
</style>
background-color css
<style>
a { background-color: #FDCFC1; }
a { background-color: rgb(253,207,193); }
div.DivClassName
{
background-color: #FDCFC1;
}
.BgClassName
{
background-color: #FDCFC1;
}
</style>
border-color css
<style>
span { border-color: #FDCFC1; }
span { border-color: rgb(253,207,193); }
td.TdClassName
{
border-color: #FDCFC1;
}
.TagClassName
{
border-color: #FDCFC1;
}
</style>