Shades of Snuff #F5CDEF
Tints of Snuff #F5CDEF
RGB
CMYK
RGB Variations
Color information
#F5CDEF (or 0xF5CDEF) is known color: Snuff. HEX triplet: F5, CD and EF. RGB value is (245,205,239). Sum of RGB (Red+Green+Blue) = 245+205+239=689 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.56% from 689); Green value is 205 (80.47% from 255 or 29.75% from 689); Blue value is 239 (93.75% from 255 or 34.69% from 689); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CDEF is #0A3210. Grayscale: #DCDCDC. Windows color (decimal): -668177 or 15715829. OLE color: 15715829.
HSL color Cylindrical-coordinate representation of color #F5CDEF: hue angle of 309º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5CDEF is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 205 | 239 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.04 |
| HSL | 309º | 0.67% | 0.88% | - |
| HSV(B) | 309º | 0.16% | 0.96% | - |
| XYZ | 75.07 | 69.31 | 91.08 | - |
| YUV | 220.84 | 138.25 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 205 | 239 | 0 | 0.16 | 0.02 | 0.04 | 309 | 0.67 | 0.88 |
| Hex | F5 | CD | EF | 0 | 10 | 2 | 4 | 135 | 43 | 58 |
| Octal | 365 | 315 | 357 | 0 | 20 | 2 | 4 | 465 | 103 | 130 |
| Binary | 11110101 | 11001101 | 11101111 | 0 | 10000 | 10 | 100 | 100110101 | 1000011 | 1011000 |
Color Harmonies of #F5CDEF
Complementary color
Monochromatic Colors of #F5CDEF
Black with #F5CDEF
Text Example
Text Example
White with #F5CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CDEF; }
p { color: rgb(245,205,239); }
H1.HeaderClassName
{
color: #F5CDEF;
}
.AnyTagClassName
{
color: #F5CDEF;
}
</style>
background-color css
<style>
a { background-color: #F5CDEF; }
a { background-color: rgb(245,205,239); }
div.DivClassName
{
background-color: #F5CDEF;
}
.BgClassName
{
background-color: #F5CDEF;
}
</style>
border-color css
<style>
span { border-color: #F5CDEF; }
span { border-color: rgb(245,205,239); }
td.TdClassName
{
border-color: #F5CDEF;
}
.TagClassName
{
border-color: #F5CDEF;
}
</style>