Shades of Snuff #FFCFF9
Tints of Snuff #FFCFF9
RGB
CMYK
RGB Variations
Color information
#FFCFF9 (or 0xFFCFF9) is known color: Snuff. HEX triplet: FF, CF and F9. RGB value is (255,207,249). Sum of RGB (Red+Green+Blue) = 255+207+249=711 (94% of max value = 765). Red value is 255 (100% from 255 or 35.86% from 711); Green value is 207 (81.25% from 255 or 29.11% from 711); Blue value is 249 (97.66% from 255 or 35.02% from 711); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCFF9 is #003006. Grayscale: #E2E2E2. Windows color (decimal): -12295 or 16371711. OLE color: 16371711.
HSL color Cylindrical-coordinate representation of color #FFCFF9: hue angle of 307.5º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFCFF9 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 249 | - |
| CMYK | 0 | 0.19 | 0.02 | 0 |
| HSL | 307.5º | 1% | 0.91% | - |
| HSV(B) | 307.5º | 0.19% | 1% | - |
| XYZ | 80.65 | 72.73 | 99.41 | - |
| YUV | 226.14 | 140.9 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 249 | 0 | 0.19 | 0.02 | 0 | 307.5 | 1 | 0.91 |
| Hex | FF | CF | F9 | 0 | 13 | 2 | 0 | 134 | 64 | 5B |
| Octal | 377 | 317 | 371 | 0 | 23 | 2 | 0 | 464 | 144 | 133 |
| Binary | 11111111 | 11001111 | 11111001 | 0 | 10011 | 10 | 0 | 100110100 | 1100100 | 1011011 |
Color Harmonies of #FFCFF9
Complementary color
Monochromatic Colors of #FFCFF9
Black with #FFCFF9
Text Example
Text Example
White with #FFCFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCFF9; }
p { color: rgb(255,207,249); }
H1.HeaderClassName
{
color: #FFCFF9;
}
.AnyTagClassName
{
color: #FFCFF9;
}
</style>
background-color css
<style>
a { background-color: #FFCFF9; }
a { background-color: rgb(255,207,249); }
div.DivClassName
{
background-color: #FFCFF9;
}
.BgClassName
{
background-color: #FFCFF9;
}
</style>
border-color css
<style>
span { border-color: #FFCFF9; }
span { border-color: rgb(255,207,249); }
td.TdClassName
{
border-color: #FFCFF9;
}
.TagClassName
{
border-color: #FFCFF9;
}
</style>