Shades of Snuff #F9CEFE
Tints of Snuff #F9CEFE
RGB
CMYK
RGB Variations
Color information
#F9CEFE (or 0xF9CEFE) is known color: Snuff. HEX triplet: F9, CE and FE. RGB value is (249,206,254). Sum of RGB (Red+Green+Blue) = 249+206+254=709 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.12% from 709); Green value is 206 (80.86% from 255 or 29.06% from 709); Blue value is 254 (99.61% from 255 or 35.83% from 709); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9CEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CEFE is #063101. Grayscale: #E0E0E0. Windows color (decimal): -405762 or 16699129. OLE color: 16699129.
HSL color Cylindrical-coordinate representation of color #F9CEFE: hue angle of 293.75º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F9CEFE is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 206 | 254 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.00 |
| HSL | 293.75º | 0.96% | 0.9% | - |
| HSV(B) | 293.75º | 0.19% | 1% | - |
| XYZ | 79.03 | 71.44 | 103.39 | - |
| YUV | 224.33 | 144.75 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 206 | 254 | 0.02 | 0.19 | 0 | 0.00 | 293.75 | 0.96 | 0.9 |
| Hex | F9 | CE | FE | 2 | 13 | 0 | 0 | 126 | 60 | 5A |
| Octal | 371 | 316 | 376 | 2 | 23 | 0 | 0 | 446 | 140 | 132 |
| Binary | 11111001 | 11001110 | 11111110 | 10 | 10011 | 0 | 0 | 100100110 | 1100000 | 1011010 |
Color Harmonies of #F9CEFE
Complementary color
Monochromatic Colors of #F9CEFE
Black with #F9CEFE
Text Example
Text Example
White with #F9CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CEFE; }
p { color: rgb(249,206,254); }
H1.HeaderClassName
{
color: #F9CEFE;
}
.AnyTagClassName
{
color: #F9CEFE;
}
</style>
background-color css
<style>
a { background-color: #F9CEFE; }
a { background-color: rgb(249,206,254); }
div.DivClassName
{
background-color: #F9CEFE;
}
.BgClassName
{
background-color: #F9CEFE;
}
</style>
border-color css
<style>
span { border-color: #F9CEFE; }
span { border-color: rgb(249,206,254); }
td.TdClassName
{
border-color: #F9CEFE;
}
.TagClassName
{
border-color: #F9CEFE;
}
</style>