Shades of Snuff #F9DFF3
Tints of Snuff #F9DFF3
RGB
CMYK
RGB Variations
Color information
#F9DFF3 (or 0xF9DFF3) is known color: Snuff. HEX triplet: F9, DF and F3. RGB value is (249,223,243). Sum of RGB (Red+Green+Blue) = 249+223+243=715 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.83% from 715); Green value is 223 (87.5% from 255 or 31.19% from 715); Blue value is 243 (95.31% from 255 or 33.99% from 715); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DFF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DFF3 is #06200C. Grayscale: #E8E8E8. Windows color (decimal): -401421 or 15982585. OLE color: 15982585.
HSL color Cylindrical-coordinate representation of color #F9DFF3: hue angle of 313.85º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F9DFF3 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 223 | 243 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.02 |
| HSL | 313.85º | 0.68% | 0.93% | - |
| HSV(B) | 313.85º | 0.1% | 0.98% | - |
| XYZ | 81.63 | 79.39 | 95.81 | - |
| YUV | 233.05 | 133.61 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 223 | 243 | 0 | 0.10 | 0.02 | 0.02 | 313.85 | 0.68 | 0.93 |
| Hex | F9 | DF | F3 | 0 | A | 2 | 2 | 13A | 44 | 5D |
| Octal | 371 | 337 | 363 | 0 | 12 | 2 | 2 | 472 | 104 | 135 |
| Binary | 11111001 | 11011111 | 11110011 | 0 | 1010 | 10 | 10 | 100111010 | 1000100 | 1011101 |
Color Harmonies of #F9DFF3
Complementary color
Monochromatic Colors of #F9DFF3
Black with #F9DFF3
Text Example
Text Example
White with #F9DFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DFF3; }
p { color: rgb(249,223,243); }
H1.HeaderClassName
{
color: #F9DFF3;
}
.AnyTagClassName
{
color: #F9DFF3;
}
</style>
background-color css
<style>
a { background-color: #F9DFF3; }
a { background-color: rgb(249,223,243); }
div.DivClassName
{
background-color: #F9DFF3;
}
.BgClassName
{
background-color: #F9DFF3;
}
</style>
border-color css
<style>
span { border-color: #F9DFF3; }
span { border-color: rgb(249,223,243); }
td.TdClassName
{
border-color: #F9DFF3;
}
.TagClassName
{
border-color: #F9DFF3;
}
</style>