Shades of Snuff #FDC8F3
Tints of Snuff #FDC8F3
RGB
CMYK
RGB Variations
Color information
#FDC8F3 (or 0xFDC8F3) is known color: Snuff. HEX triplet: FD, C8 and F3. RGB value is (253,200,243). Sum of RGB (Red+Green+Blue) = 253+200+243=696 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.35% from 696); Green value is 200 (78.52% from 255 or 28.74% from 696); Blue value is 243 (95.31% from 255 or 34.91% from 696); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC8F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC8F3 is #02370C. Grayscale: #DCDCDC. Windows color (decimal): -145165 or 15976701. OLE color: 15976701.
HSL color Cylindrical-coordinate representation of color #FDC8F3: hue angle of 311.32º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDC8F3 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 243 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.01 |
| HSL | 311.32º | 0.93% | 0.89% | - |
| HSV(B) | 311.32º | 0.21% | 0.99% | - |
| XYZ | 77.34 | 68.66 | 93.97 | - |
| YUV | 220.75 | 140.56 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 243 | 0 | 0.21 | 0.04 | 0.01 | 311.32 | 0.93 | 0.89 |
| Hex | FD | C8 | F3 | 0 | 15 | 4 | 1 | 137 | 5D | 59 |
| Octal | 375 | 310 | 363 | 0 | 25 | 4 | 1 | 467 | 135 | 131 |
| Binary | 11111101 | 11001000 | 11110011 | 0 | 10101 | 100 | 1 | 100110111 | 1011101 | 1011001 |
Color Harmonies of #FDC8F3
Complementary color
Monochromatic Colors of #FDC8F3
Black with #FDC8F3
Text Example
Text Example
White with #FDC8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC8F3; }
p { color: rgb(253,200,243); }
H1.HeaderClassName
{
color: #FDC8F3;
}
.AnyTagClassName
{
color: #FDC8F3;
}
</style>
background-color css
<style>
a { background-color: #FDC8F3; }
a { background-color: rgb(253,200,243); }
div.DivClassName
{
background-color: #FDC8F3;
}
.BgClassName
{
background-color: #FDC8F3;
}
</style>
border-color css
<style>
span { border-color: #FDC8F3; }
span { border-color: rgb(253,200,243); }
td.TdClassName
{
border-color: #FDC8F3;
}
.TagClassName
{
border-color: #FDC8F3;
}
</style>