Shades of Snuff #FFDCF8
Tints of Snuff #FFDCF8
RGB
CMYK
RGB Variations
Color information
#FFDCF8 (or 0xFFDCF8) is known color: Snuff. HEX triplet: FF, DC and F8. RGB value is (255,220,248). Sum of RGB (Red+Green+Blue) = 255+220+248=723 (95% of max value = 765). Red value is 255 (100% from 255 or 35.27% from 723); Green value is 220 (86.33% from 255 or 30.43% from 723); Blue value is 248 (97.27% from 255 or 34.30% from 723); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDCF8 is #002307. Grayscale: #E9E9E9. Windows color (decimal): -8968 or 16309503. OLE color: 16309503.
HSL color Cylindrical-coordinate representation of color #FFDCF8: hue angle of 312º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FFDCF8 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 220 | 248 | - |
CMYK | 0 | 0.14 | 0.03 | 0 |
HSL | 312º | 1% | 0.93% | - |
HSV(B) | 312º | 0.14% | 1% | - |
XYZ | 83.78 | 79.22 | 99.68 | - |
YUV | 233.66 | 136.1 | 143.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 220 | 248 | 0 | 0.14 | 0.03 | 0 | 312 | 1 | 0.93 |
Hex | FF | DC | F8 | 0 | E | 3 | 0 | 138 | 64 | 5D |
Octal | 377 | 334 | 370 | 0 | 16 | 3 | 0 | 470 | 144 | 135 |
Binary | 11111111 | 11011100 | 11111000 | 0 | 1110 | 11 | 0 | 100111000 | 1100100 | 1011101 |
Color Harmonies of #FFDCF8
Complementary color
Monochromatic Colors of #FFDCF8
Black with #FFDCF8
Text Example
Text Example
White with #FFDCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDCF8; }
p { color: rgb(255,220,248); }
H1.HeaderClassName
{
color: #FFDCF8;
}
.AnyTagClassName
{
color: #FFDCF8;
}
</style>
background-color css
<style>
a { background-color: #FFDCF8; }
a { background-color: rgb(255,220,248); }
div.DivClassName
{
background-color: #FFDCF8;
}
.BgClassName
{
background-color: #FFDCF8;
}
</style>
border-color css
<style>
span { border-color: #FFDCF8; }
span { border-color: rgb(255,220,248); }
td.TdClassName
{
border-color: #FFDCF8;
}
.TagClassName
{
border-color: #FFDCF8;
}
</style>