Shades of Snuff #F0C3F8
Tints of Snuff #F0C3F8
RGB
CMYK
RGB Variations
Color information
#F0C3F8 (or 0xF0C3F8) is known color: Snuff. HEX triplet: F0, C3 and F8. RGB value is (240,195,248). Sum of RGB (Red+Green+Blue) = 240+195+248=683 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.14% from 683); Green value is 195 (76.56% from 255 or 28.55% from 683); Blue value is 248 (97.27% from 255 or 36.31% from 683); Max value from RGB is 248 - color contains mainly: blue. Hex color #F0C3F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C3F8 is #0F3C07. Grayscale: #D6D6D6. Windows color (decimal): -998408 or 16303088. OLE color: 16303088.
HSL color Cylindrical-coordinate representation of color #F0C3F8: hue angle of 290.94º degrees, saturation: 0.79, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0C3F8 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 195 | 248 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.03 |
| HSL | 290.94º | 0.79% | 0.87% | - |
| HSV(B) | 290.94º | 0.21% | 0.97% | - |
| XYZ | 72.39 | 64.33 | 97.41 | - |
| YUV | 214.5 | 146.91 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 195 | 248 | 0.03 | 0.21 | 0 | 0.03 | 290.94 | 0.79 | 0.87 |
| Hex | F0 | C3 | F8 | 3 | 15 | 0 | 3 | 123 | 4F | 57 |
| Octal | 360 | 303 | 370 | 3 | 25 | 0 | 3 | 443 | 117 | 127 |
| Binary | 11110000 | 11000011 | 11111000 | 11 | 10101 | 0 | 11 | 100100011 | 1001111 | 1010111 |
Color Harmonies of #F0C3F8
Complementary color
Monochromatic Colors of #F0C3F8
Black with #F0C3F8
Text Example
Text Example
White with #F0C3F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C3F8; }
p { color: rgb(240,195,248); }
H1.HeaderClassName
{
color: #F0C3F8;
}
.AnyTagClassName
{
color: #F0C3F8;
}
</style>
background-color css
<style>
a { background-color: #F0C3F8; }
a { background-color: rgb(240,195,248); }
div.DivClassName
{
background-color: #F0C3F8;
}
.BgClassName
{
background-color: #F0C3F8;
}
</style>
border-color css
<style>
span { border-color: #F0C3F8; }
span { border-color: rgb(240,195,248); }
td.TdClassName
{
border-color: #F0C3F8;
}
.TagClassName
{
border-color: #F0C3F8;
}
</style>