Shades of Snuff #FFC9F8
Tints of Snuff #FFC9F8
RGB
CMYK
RGB Variations
Color information
#FFC9F8 (or 0xFFC9F8) is known color: Snuff. HEX triplet: FF, C9 and F8. RGB value is (255,201,248). Sum of RGB (Red+Green+Blue) = 255+201+248=704 (93% of max value = 765). Red value is 255 (100% from 255 or 36.22% from 704); Green value is 201 (78.91% from 255 or 28.55% from 704); Blue value is 248 (97.27% from 255 or 35.23% from 704); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC9F8 is #003607. Grayscale: #DEDEDE. Windows color (decimal): -13832 or 16304639. OLE color: 16304639.
HSL color Cylindrical-coordinate representation of color #FFC9F8: hue angle of 307.78º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFC9F8 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 248 | - |
| CMYK | 0 | 0.21 | 0.03 | 0 |
| HSL | 307.78º | 1% | 0.89% | - |
| HSV(B) | 307.78º | 0.21% | 1% | - |
| XYZ | 79.07 | 69.81 | 98.11 | - |
| YUV | 222.5 | 142.39 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 248 | 0 | 0.21 | 0.03 | 0 | 307.78 | 1 | 0.89 |
| Hex | FF | C9 | F8 | 0 | 15 | 3 | 0 | 134 | 64 | 59 |
| Octal | 377 | 311 | 370 | 0 | 25 | 3 | 0 | 464 | 144 | 131 |
| Binary | 11111111 | 11001001 | 11111000 | 0 | 10101 | 11 | 0 | 100110100 | 1100100 | 1011001 |
Color Harmonies of #FFC9F8
Complementary color
Monochromatic Colors of #FFC9F8
Black with #FFC9F8
Text Example
Text Example
White with #FFC9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC9F8; }
p { color: rgb(255,201,248); }
H1.HeaderClassName
{
color: #FFC9F8;
}
.AnyTagClassName
{
color: #FFC9F8;
}
</style>
background-color css
<style>
a { background-color: #FFC9F8; }
a { background-color: rgb(255,201,248); }
div.DivClassName
{
background-color: #FFC9F8;
}
.BgClassName
{
background-color: #FFC9F8;
}
</style>
border-color css
<style>
span { border-color: #FFC9F8; }
span { border-color: rgb(255,201,248); }
td.TdClassName
{
border-color: #FFC9F8;
}
.TagClassName
{
border-color: #FFC9F8;
}
</style>