Shades of Snuff #F8CCF0
Tints of Snuff #F8CCF0
RGB
CMYK
RGB Variations
Color information
#F8CCF0 (or 0xF8CCF0) is known color: Snuff. HEX triplet: F8, CC and F0. RGB value is (248,204,240). Sum of RGB (Red+Green+Blue) = 248+204+240=692 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.84% from 692); Green value is 204 (80.08% from 255 or 29.48% from 692); Blue value is 240 (94.14% from 255 or 34.68% from 692); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CCF0 is #07330F. Grayscale: #DDDDDD. Windows color (decimal): -471824 or 15781112. OLE color: 15781112.
HSL color Cylindrical-coordinate representation of color #F8CCF0: hue angle of 310.91º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8CCF0 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 204 | 240 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.03 |
| HSL | 310.91º | 0.76% | 0.89% | - |
| HSV(B) | 310.91º | 0.18% | 0.97% | - |
| XYZ | 76.03 | 69.43 | 91.83 | - |
| YUV | 221.26 | 138.58 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 204 | 240 | 0 | 0.18 | 0.03 | 0.03 | 310.91 | 0.76 | 0.89 |
| Hex | F8 | CC | F0 | 0 | 12 | 3 | 3 | 137 | 4C | 59 |
| Octal | 370 | 314 | 360 | 0 | 22 | 3 | 3 | 467 | 114 | 131 |
| Binary | 11111000 | 11001100 | 11110000 | 0 | 10010 | 11 | 11 | 100110111 | 1001100 | 1011001 |
Color Harmonies of #F8CCF0
Complementary color
Monochromatic Colors of #F8CCF0
Black with #F8CCF0
Text Example
Text Example
White with #F8CCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CCF0; }
p { color: rgb(248,204,240); }
H1.HeaderClassName
{
color: #F8CCF0;
}
.AnyTagClassName
{
color: #F8CCF0;
}
</style>
background-color css
<style>
a { background-color: #F8CCF0; }
a { background-color: rgb(248,204,240); }
div.DivClassName
{
background-color: #F8CCF0;
}
.BgClassName
{
background-color: #F8CCF0;
}
</style>
border-color css
<style>
span { border-color: #F8CCF0; }
span { border-color: rgb(248,204,240); }
td.TdClassName
{
border-color: #F8CCF0;
}
.TagClassName
{
border-color: #F8CCF0;
}
</style>