Shades of Snuff #F3CBF0
Tints of Snuff #F3CBF0
RGB
CMYK
RGB Variations
Color information
#F3CBF0 (or 0xF3CBF0) is known color: Snuff. HEX triplet: F3, CB and F0. RGB value is (243,203,240). Sum of RGB (Red+Green+Blue) = 243+203+240=686 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.42% from 686); Green value is 203 (79.69% from 255 or 29.59% from 686); Blue value is 240 (94.14% from 255 or 34.99% from 686); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CBF0 is #0C340F. Grayscale: #DBDBDB. Windows color (decimal): -799760 or 15780851. OLE color: 15780851.
HSL color Cylindrical-coordinate representation of color #F3CBF0: hue angle of 304.5º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F3CBF0 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 203 | 240 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.05 |
| HSL | 304.5º | 0.63% | 0.87% | - |
| HSV(B) | 304.5º | 0.16% | 0.95% | - |
| XYZ | 74.05 | 68.06 | 91.67 | - |
| YUV | 219.18 | 139.75 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 203 | 240 | 0 | 0.16 | 0.01 | 0.05 | 304.5 | 0.63 | 0.87 |
| Hex | F3 | CB | F0 | 0 | 10 | 1 | 5 | 130 | 3E | 57 |
| Octal | 363 | 313 | 360 | 0 | 20 | 1 | 5 | 460 | 76 | 127 |
| Binary | 11110011 | 11001011 | 11110000 | 0 | 10000 | 1 | 101 | 100110000 | 111110 | 1010111 |
Color Harmonies of #F3CBF0
Complementary color
Monochromatic Colors of #F3CBF0
Black with #F3CBF0
Text Example
Text Example
White with #F3CBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CBF0; }
p { color: rgb(243,203,240); }
H1.HeaderClassName
{
color: #F3CBF0;
}
.AnyTagClassName
{
color: #F3CBF0;
}
</style>
background-color css
<style>
a { background-color: #F3CBF0; }
a { background-color: rgb(243,203,240); }
div.DivClassName
{
background-color: #F3CBF0;
}
.BgClassName
{
background-color: #F3CBF0;
}
</style>
border-color css
<style>
span { border-color: #F3CBF0; }
span { border-color: rgb(243,203,240); }
td.TdClassName
{
border-color: #F3CBF0;
}
.TagClassName
{
border-color: #F3CBF0;
}
</style>