Shades of Snuff #F6CEFA
Tints of Snuff #F6CEFA
RGB
CMYK
RGB Variations
Color information
#F6CEFA (or 0xF6CEFA) is known color: Snuff. HEX triplet: F6, CE and FA. RGB value is (246,206,250). Sum of RGB (Red+Green+Blue) = 246+206+250=702 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.04% from 702); Green value is 206 (80.86% from 255 or 29.34% from 702); Blue value is 250 (98.05% from 255 or 35.61% from 702); Max value from RGB is 250 - color contains mainly: blue. Hex color #F6CEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CEFA is #093105. Grayscale: #DEDEDE. Windows color (decimal): -602374 or 16436982. OLE color: 16436982.
HSL color Cylindrical-coordinate representation of color #F6CEFA: hue angle of 294.55º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F6CEFA is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 206 | 250 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.02 |
| HSL | 294.55º | 0.81% | 0.89% | - |
| HSV(B) | 294.55º | 0.18% | 0.98% | - |
| XYZ | 77.33 | 70.64 | 100 | - |
| YUV | 222.98 | 143.25 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 206 | 250 | 0.02 | 0.18 | 0 | 0.02 | 294.55 | 0.81 | 0.89 |
| Hex | F6 | CE | FA | 2 | 12 | 0 | 2 | 127 | 51 | 59 |
| Octal | 366 | 316 | 372 | 2 | 22 | 0 | 2 | 447 | 121 | 131 |
| Binary | 11110110 | 11001110 | 11111010 | 10 | 10010 | 0 | 10 | 100100111 | 1010001 | 1011001 |
Color Harmonies of #F6CEFA
Complementary color
Monochromatic Colors of #F6CEFA
Black with #F6CEFA
Text Example
Text Example
White with #F6CEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CEFA; }
p { color: rgb(246,206,250); }
H1.HeaderClassName
{
color: #F6CEFA;
}
.AnyTagClassName
{
color: #F6CEFA;
}
</style>
background-color css
<style>
a { background-color: #F6CEFA; }
a { background-color: rgb(246,206,250); }
div.DivClassName
{
background-color: #F6CEFA;
}
.BgClassName
{
background-color: #F6CEFA;
}
</style>
border-color css
<style>
span { border-color: #F6CEFA; }
span { border-color: rgb(246,206,250); }
td.TdClassName
{
border-color: #F6CEFA;
}
.TagClassName
{
border-color: #F6CEFA;
}
</style>