Shades of Snuff #F8CBFD
Tints of Snuff #F8CBFD
RGB
CMYK
RGB Variations
Color information
#F8CBFD (or 0xF8CBFD) is known color: Snuff. HEX triplet: F8, CB and FD. RGB value is (248,203,253). Sum of RGB (Red+Green+Blue) = 248+203+253=704 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.23% from 704); Green value is 203 (79.69% from 255 or 28.84% from 704); Blue value is 253 (99.22% from 255 or 35.94% from 704); Max value from RGB is 253 - color contains mainly: blue. Hex color #F8CBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CBFD is #073402. Grayscale: #DEDEDE. Windows color (decimal): -472067 or 16632824. OLE color: 16632824.
HSL color Cylindrical-coordinate representation of color #F8CBFD: hue angle of 294º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F8CBFD is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 203 | 253 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.01 |
| HSL | 294º | 0.93% | 0.89% | - |
| HSV(B) | 294º | 0.2% | 0.99% | - |
| XYZ | 77.8 | 69.76 | 102.29 | - |
| YUV | 222.16 | 145.41 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 203 | 253 | 0.02 | 0.20 | 0 | 0.01 | 294 | 0.93 | 0.89 |
| Hex | F8 | CB | FD | 2 | 14 | 0 | 1 | 126 | 5D | 59 |
| Octal | 370 | 313 | 375 | 2 | 24 | 0 | 1 | 446 | 135 | 131 |
| Binary | 11111000 | 11001011 | 11111101 | 10 | 10100 | 0 | 1 | 100100110 | 1011101 | 1011001 |
Color Harmonies of #F8CBFD
Complementary color
Monochromatic Colors of #F8CBFD
Black with #F8CBFD
Text Example
Text Example
White with #F8CBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CBFD; }
p { color: rgb(248,203,253); }
H1.HeaderClassName
{
color: #F8CBFD;
}
.AnyTagClassName
{
color: #F8CBFD;
}
</style>
background-color css
<style>
a { background-color: #F8CBFD; }
a { background-color: rgb(248,203,253); }
div.DivClassName
{
background-color: #F8CBFD;
}
.BgClassName
{
background-color: #F8CBFD;
}
</style>
border-color css
<style>
span { border-color: #F8CBFD; }
span { border-color: rgb(248,203,253); }
td.TdClassName
{
border-color: #F8CBFD;
}
.TagClassName
{
border-color: #F8CBFD;
}
</style>