Shades of Snuff #F8CDF2
Tints of Snuff #F8CDF2
RGB
CMYK
RGB Variations
Color information
#F8CDF2 (or 0xF8CDF2) is known color: Snuff. HEX triplet: F8, CD and F2. RGB value is (248,205,242). Sum of RGB (Red+Green+Blue) = 248+205+242=695 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.68% from 695); Green value is 205 (80.47% from 255 or 29.50% from 695); Blue value is 242 (94.92% from 255 or 34.82% from 695); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CDF2 is #07320D. Grayscale: #DDDDDD. Windows color (decimal): -471566 or 15912440. OLE color: 15912440.
HSL color Cylindrical-coordinate representation of color #F8CDF2: hue angle of 308.37º 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 #F8CDF2 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
RGB | 248 | 205 | 242 | - |
CMYK | 0 | 0.17 | 0.02 | 0.03 |
HSL | 308.37º | 0.75% | 0.89% | - |
HSV(B) | 308.37º | 0.17% | 0.97% | - |
XYZ | 76.57 | 70.03 | 93.49 | - |
YUV | 222.08 | 139.25 | 146.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 205 | 242 | 0 | 0.17 | 0.02 | 0.03 | 308.37 | 0.75 | 0.89 |
Hex | F8 | CD | F2 | 0 | 11 | 2 | 3 | 134 | 4B | 59 |
Octal | 370 | 315 | 362 | 0 | 21 | 2 | 3 | 464 | 113 | 131 |
Binary | 11111000 | 11001101 | 11110010 | 0 | 10001 | 10 | 11 | 100110100 | 1001011 | 1011001 |
Color Harmonies of #F8CDF2
Complementary color
Monochromatic Colors of #F8CDF2
Black with #F8CDF2
Text Example
Text Example
White with #F8CDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CDF2; }
p { color: rgb(248,205,242); }
H1.HeaderClassName
{
color: #F8CDF2;
}
.AnyTagClassName
{
color: #F8CDF2;
}
</style>
background-color css
<style>
a { background-color: #F8CDF2; }
a { background-color: rgb(248,205,242); }
div.DivClassName
{
background-color: #F8CDF2;
}
.BgClassName
{
background-color: #F8CDF2;
}
</style>
border-color css
<style>
span { border-color: #F8CDF2; }
span { border-color: rgb(248,205,242); }
td.TdClassName
{
border-color: #F8CDF2;
}
.TagClassName
{
border-color: #F8CDF2;
}
</style>