Shades of Snuff #F8CDF5
Tints of Snuff #F8CDF5
RGB
CMYK
RGB Variations
Color information
#F8CDF5 (or 0xF8CDF5) is known color: Snuff. HEX triplet: F8, CD and F5. RGB value is (248,205,245). Sum of RGB (Red+Green+Blue) = 248+205+245=698 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.53% from 698); Green value is 205 (80.47% from 255 or 29.37% from 698); Blue value is 245 (96.09% from 255 or 35.10% from 698); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CDF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CDF5 is #07320A. Grayscale: #DEDEDE. Windows color (decimal): -471563 or 16109048. OLE color: 16109048.
HSL color Cylindrical-coordinate representation of color #F8CDF5: hue angle of 304.19º 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 #F8CDF5 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
RGB | 248 | 205 | 245 | - |
CMYK | 0 | 0.17 | 0.01 | 0.03 |
HSL | 304.19º | 0.75% | 0.89% | - |
HSV(B) | 304.19º | 0.17% | 0.97% | - |
XYZ | 77.02 | 70.21 | 95.88 | - |
YUV | 222.42 | 140.75 | 146.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 205 | 245 | 0 | 0.17 | 0.01 | 0.03 | 304.19 | 0.75 | 0.89 |
Hex | F8 | CD | F5 | 0 | 11 | 1 | 3 | 130 | 4B | 59 |
Octal | 370 | 315 | 365 | 0 | 21 | 1 | 3 | 460 | 113 | 131 |
Binary | 11111000 | 11001101 | 11110101 | 0 | 10001 | 1 | 11 | 100110000 | 1001011 | 1011001 |
Color Harmonies of #F8CDF5
Complementary color
Monochromatic Colors of #F8CDF5
Black with #F8CDF5
Text Example
Text Example
White with #F8CDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CDF5; }
p { color: rgb(248,205,245); }
H1.HeaderClassName
{
color: #F8CDF5;
}
.AnyTagClassName
{
color: #F8CDF5;
}
</style>
background-color css
<style>
a { background-color: #F8CDF5; }
a { background-color: rgb(248,205,245); }
div.DivClassName
{
background-color: #F8CDF5;
}
.BgClassName
{
background-color: #F8CDF5;
}
</style>
border-color css
<style>
span { border-color: #F8CDF5; }
span { border-color: rgb(248,205,245); }
td.TdClassName
{
border-color: #F8CDF5;
}
.TagClassName
{
border-color: #F8CDF5;
}
</style>