Shades of Snuff #F9C6FD
Tints of Snuff #F9C6FD
RGB
CMYK
RGB Variations
Color information
#F9C6FD (or 0xF9C6FD) is known color: Snuff. HEX triplet: F9, C6 and FD. RGB value is (249,198,253). Sum of RGB (Red+Green+Blue) = 249+198+253=700 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.57% from 700); Green value is 198 (77.73% from 255 or 28.29% from 700); Blue value is 253 (99.22% from 255 or 36.14% from 700); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9C6FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C6FD is #063902. Grayscale: #DBDBDB. Windows color (decimal): -407811 or 16631545. OLE color: 16631545.
HSL color Cylindrical-coordinate representation of color #F9C6FD: hue angle of 295.64º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F9C6FD is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 249 | 198 | 253 | - |
CMYK | 0.02 | 0.22 | 0 | 0.01 |
HSL | 295.64º | 0.93% | 0.88% | - |
HSV(B) | 295.64º | 0.22% | 0.99% | - |
XYZ | 76.99 | 67.62 | 101.92 | - |
YUV | 219.52 | 146.9 | 149.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 198 | 253 | 0.02 | 0.22 | 0 | 0.01 | 295.64 | 0.93 | 0.88 |
Hex | F9 | C6 | FD | 2 | 16 | 0 | 1 | 128 | 5D | 58 |
Octal | 371 | 306 | 375 | 2 | 26 | 0 | 1 | 450 | 135 | 130 |
Binary | 11111001 | 11000110 | 11111101 | 10 | 10110 | 0 | 1 | 100101000 | 1011101 | 1011000 |
Color Harmonies of #F9C6FD
Complementary color
Monochromatic Colors of #F9C6FD
Black with #F9C6FD
Text Example
Text Example
White with #F9C6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C6FD; }
p { color: rgb(249,198,253); }
H1.HeaderClassName
{
color: #F9C6FD;
}
.AnyTagClassName
{
color: #F9C6FD;
}
</style>
background-color css
<style>
a { background-color: #F9C6FD; }
a { background-color: rgb(249,198,253); }
div.DivClassName
{
background-color: #F9C6FD;
}
.BgClassName
{
background-color: #F9C6FD;
}
</style>
border-color css
<style>
span { border-color: #F9C6FD; }
span { border-color: rgb(249,198,253); }
td.TdClassName
{
border-color: #F9C6FD;
}
.TagClassName
{
border-color: #F9C6FD;
}
</style>