Shades of Snuff #F8CDFB
Tints of Snuff #F8CDFB
RGB
CMYK
RGB Variations
Color information
#F8CDFB (or 0xF8CDFB) is known color: Snuff. HEX triplet: F8, CD and FB. RGB value is (248,205,251). Sum of RGB (Red+Green+Blue) = 248+205+251=704 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.23% from 704); Green value is 205 (80.47% from 255 or 29.12% from 704); Blue value is 251 (98.44% from 255 or 35.65% from 704); Max value from RGB is 251 - color contains mainly: blue. Hex color #F8CDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CDFB is #073204. Grayscale: #DEDEDE. Windows color (decimal): -471557 or 16502264. OLE color: 16502264.
HSL color Cylindrical-coordinate representation of color #F8CDFB: hue angle of 296.09º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8CDFB is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 248 | 205 | 251 | - |
CMYK | 0.01 | 0.18 | 0 | 0.02 |
HSL | 296.09º | 0.85% | 0.89% | - |
HSV(B) | 296.09º | 0.18% | 0.98% | - |
XYZ | 77.96 | 70.58 | 100.78 | - |
YUV | 223.1 | 143.75 | 145.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 205 | 251 | 0.01 | 0.18 | 0 | 0.02 | 296.09 | 0.85 | 0.89 |
Hex | F8 | CD | FB | 1 | 12 | 0 | 2 | 128 | 55 | 59 |
Octal | 370 | 315 | 373 | 1 | 22 | 0 | 2 | 450 | 125 | 131 |
Binary | 11111000 | 11001101 | 11111011 | 1 | 10010 | 0 | 10 | 100101000 | 1010101 | 1011001 |
Color Harmonies of #F8CDFB
Complementary color
Monochromatic Colors of #F8CDFB
Black with #F8CDFB
Text Example
Text Example
White with #F8CDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CDFB; }
p { color: rgb(248,205,251); }
H1.HeaderClassName
{
color: #F8CDFB;
}
.AnyTagClassName
{
color: #F8CDFB;
}
</style>
background-color css
<style>
a { background-color: #F8CDFB; }
a { background-color: rgb(248,205,251); }
div.DivClassName
{
background-color: #F8CDFB;
}
.BgClassName
{
background-color: #F8CDFB;
}
</style>
border-color css
<style>
span { border-color: #F8CDFB; }
span { border-color: rgb(248,205,251); }
td.TdClassName
{
border-color: #F8CDFB;
}
.TagClassName
{
border-color: #F8CDFB;
}
</style>