Shades of Snuff #F8CDEF
Tints of Snuff #F8CDEF
RGB
CMYK
RGB Variations
Color information
#F8CDEF (or 0xF8CDEF) is known color: Snuff. HEX triplet: F8, CD and EF. RGB value is (248,205,239). Sum of RGB (Red+Green+Blue) = 248+205+239=692 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.84% from 692); Green value is 205 (80.47% from 255 or 29.62% from 692); Blue value is 239 (93.75% from 255 or 34.54% from 692); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CDEF is #073210. Grayscale: #DDDDDD. Windows color (decimal): -471569 or 15715832. OLE color: 15715832.
HSL color Cylindrical-coordinate representation of color #F8CDEF: hue angle of 312.56º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F8CDEF is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 205 | 239 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.03 |
| HSL | 312.56º | 0.75% | 0.89% | - |
| HSV(B) | 312.56º | 0.17% | 0.97% | - |
| XYZ | 76.12 | 69.85 | 91.13 | - |
| YUV | 221.73 | 137.75 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 205 | 239 | 0 | 0.17 | 0.04 | 0.03 | 312.56 | 0.75 | 0.89 |
| Hex | F8 | CD | EF | 0 | 11 | 4 | 3 | 139 | 4B | 59 |
| Octal | 370 | 315 | 357 | 0 | 21 | 4 | 3 | 471 | 113 | 131 |
| Binary | 11111000 | 11001101 | 11101111 | 0 | 10001 | 100 | 11 | 100111001 | 1001011 | 1011001 |
Color Harmonies of #F8CDEF
Complementary color
Monochromatic Colors of #F8CDEF
Black with #F8CDEF
Text Example
Text Example
White with #F8CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CDEF; }
p { color: rgb(248,205,239); }
H1.HeaderClassName
{
color: #F8CDEF;
}
.AnyTagClassName
{
color: #F8CDEF;
}
</style>
background-color css
<style>
a { background-color: #F8CDEF; }
a { background-color: rgb(248,205,239); }
div.DivClassName
{
background-color: #F8CDEF;
}
.BgClassName
{
background-color: #F8CDEF;
}
</style>
border-color css
<style>
span { border-color: #F8CDEF; }
span { border-color: rgb(248,205,239); }
td.TdClassName
{
border-color: #F8CDEF;
}
.TagClassName
{
border-color: #F8CDEF;
}
</style>