Shades of Snuff #F3CBF8
Tints of Snuff #F3CBF8
RGB
CMYK
RGB Variations
Color information
#F3CBF8 (or 0xF3CBF8) is known color: Snuff. HEX triplet: F3, CB and F8. RGB value is (243,203,248). Sum of RGB (Red+Green+Blue) = 243+203+248=694 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.01% from 694); Green value is 203 (79.69% from 255 or 29.25% from 694); Blue value is 248 (97.27% from 255 or 35.73% from 694); Max value from RGB is 248 - color contains mainly: blue. Hex color #F3CBF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CBF8 is #0C3407. Grayscale: #DBDBDB. Windows color (decimal): -799752 or 16305139. OLE color: 16305139.
HSL color Cylindrical-coordinate representation of color #F3CBF8: hue angle of 293.33º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F3CBF8 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 243 | 203 | 248 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.03 |
| HSL | 293.33º | 0.76% | 0.88% | - |
| HSV(B) | 293.33º | 0.18% | 0.97% | - |
| XYZ | 75.26 | 68.54 | 98.07 | - |
| YUV | 220.09 | 143.75 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 203 | 248 | 0.02 | 0.18 | 0 | 0.03 | 293.33 | 0.76 | 0.88 |
| Hex | F3 | CB | F8 | 2 | 12 | 0 | 3 | 125 | 4C | 58 |
| Octal | 363 | 313 | 370 | 2 | 22 | 0 | 3 | 445 | 114 | 130 |
| Binary | 11110011 | 11001011 | 11111000 | 10 | 10010 | 0 | 11 | 100100101 | 1001100 | 1011000 |
Color Harmonies of #F3CBF8
Complementary color
Monochromatic Colors of #F3CBF8
Black with #F3CBF8
Text Example
Text Example
White with #F3CBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CBF8; }
p { color: rgb(243,203,248); }
H1.HeaderClassName
{
color: #F3CBF8;
}
.AnyTagClassName
{
color: #F3CBF8;
}
</style>
background-color css
<style>
a { background-color: #F3CBF8; }
a { background-color: rgb(243,203,248); }
div.DivClassName
{
background-color: #F3CBF8;
}
.BgClassName
{
background-color: #F3CBF8;
}
</style>
border-color css
<style>
span { border-color: #F3CBF8; }
span { border-color: rgb(243,203,248); }
td.TdClassName
{
border-color: #F3CBF8;
}
.TagClassName
{
border-color: #F3CBF8;
}
</style>