Shades of Snuff #F7CEFE
Tints of Snuff #F7CEFE
RGB
CMYK
RGB Variations
Color information
#F7CEFE (or 0xF7CEFE) is known color: Snuff. HEX triplet: F7, CE and FE. RGB value is (247,206,254). Sum of RGB (Red+Green+Blue) = 247+206+254=707 (93% of max value = 765). Red value is 247 (96.88% from 255 or 34.94% from 707); Green value is 206 (80.86% from 255 or 29.14% from 707); Blue value is 254 (99.61% from 255 or 35.93% from 707); Max value from RGB is 254 - color contains mainly: blue. Hex color #F7CEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CEFE is #083101. Grayscale: #DFDFDF. Windows color (decimal): -536834 or 16699127. OLE color: 16699127.
HSL color Cylindrical-coordinate representation of color #F7CEFE: hue angle of 291.25º 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 #F7CEFE is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 206 | 254 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.00 |
| HSL | 291.25º | 0.96% | 0.9% | - |
| HSV(B) | 291.25º | 0.19% | 1% | - |
| XYZ | 78.32 | 71.07 | 103.36 | - |
| YUV | 223.73 | 145.08 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 206 | 254 | 0.03 | 0.19 | 0 | 0.00 | 291.25 | 0.96 | 0.9 |
| Hex | F7 | CE | FE | 3 | 13 | 0 | 0 | 123 | 60 | 5A |
| Octal | 367 | 316 | 376 | 3 | 23 | 0 | 0 | 443 | 140 | 132 |
| Binary | 11110111 | 11001110 | 11111110 | 11 | 10011 | 0 | 0 | 100100011 | 1100000 | 1011010 |
Color Harmonies of #F7CEFE
Complementary color
Monochromatic Colors of #F7CEFE
Black with #F7CEFE
Text Example
Text Example
White with #F7CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CEFE; }
p { color: rgb(247,206,254); }
H1.HeaderClassName
{
color: #F7CEFE;
}
.AnyTagClassName
{
color: #F7CEFE;
}
</style>
background-color css
<style>
a { background-color: #F7CEFE; }
a { background-color: rgb(247,206,254); }
div.DivClassName
{
background-color: #F7CEFE;
}
.BgClassName
{
background-color: #F7CEFE;
}
</style>
border-color css
<style>
span { border-color: #F7CEFE; }
span { border-color: rgb(247,206,254); }
td.TdClassName
{
border-color: #F7CEFE;
}
.TagClassName
{
border-color: #F7CEFE;
}
</style>