Shades of Snuff #FFD5FC
Tints of Snuff #FFD5FC
RGB
CMYK
RGB Variations
Color information
#FFD5FC (or 0xFFD5FC) is known color: Snuff. HEX triplet: FF, D5 and FC. RGB value is (255,213,252). Sum of RGB (Red+Green+Blue) = 255+213+252=720 (95% of max value = 765). Red value is 255 (100% from 255 or 35.42% from 720); Green value is 213 (83.59% from 255 or 29.58% from 720); Blue value is 252 (98.83% from 255 or 35% from 720); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD5FC is #002A03. Grayscale: #E5E5E5. Windows color (decimal): -10756 or 16569855. OLE color: 16569855.
HSL color Cylindrical-coordinate representation of color #FFD5FC: hue angle of 304.29º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFD5FC is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 252 | - |
| CMYK | 0 | 0.16 | 0.01 | 0 |
| HSL | 304.29º | 1% | 0.92% | - |
| HSV(B) | 304.29º | 0.16% | 1% | - |
| XYZ | 82.6 | 75.88 | 102.39 | - |
| YUV | 230 | 140.41 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 252 | 0 | 0.16 | 0.01 | 0 | 304.29 | 1 | 0.92 |
| Hex | FF | D5 | FC | 0 | 10 | 1 | 0 | 130 | 64 | 5C |
| Octal | 377 | 325 | 374 | 0 | 20 | 1 | 0 | 460 | 144 | 134 |
| Binary | 11111111 | 11010101 | 11111100 | 0 | 10000 | 1 | 0 | 100110000 | 1100100 | 1011100 |
Color Harmonies of #FFD5FC
Complementary color
Monochromatic Colors of #FFD5FC
Black with #FFD5FC
Text Example
Text Example
White with #FFD5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD5FC; }
p { color: rgb(255,213,252); }
H1.HeaderClassName
{
color: #FFD5FC;
}
.AnyTagClassName
{
color: #FFD5FC;
}
</style>
background-color css
<style>
a { background-color: #FFD5FC; }
a { background-color: rgb(255,213,252); }
div.DivClassName
{
background-color: #FFD5FC;
}
.BgClassName
{
background-color: #FFD5FC;
}
</style>
border-color css
<style>
span { border-color: #FFD5FC; }
span { border-color: rgb(255,213,252); }
td.TdClassName
{
border-color: #FFD5FC;
}
.TagClassName
{
border-color: #FFD5FC;
}
</style>