Shades of Snuff #FFD4FC
Tints of Snuff #FFD4FC
RGB
CMYK
RGB Variations
Color information
#FFD4FC (or 0xFFD4FC) is known color: Snuff. HEX triplet: FF, D4 and FC. RGB value is (255,212,252). Sum of RGB (Red+Green+Blue) = 255+212+252=719 (95% of max value = 765). Red value is 255 (100% from 255 or 35.47% from 719); Green value is 212 (83.20% from 255 or 29.49% from 719); Blue value is 252 (98.83% from 255 or 35.05% from 719); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD4FC is #002B03. Grayscale: #E5E5E5. Windows color (decimal): -11012 or 16569599. OLE color: 16569599.
HSL color Cylindrical-coordinate representation of color #FFD4FC: hue angle of 304.19º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FFD4FC is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 252 | - |
| CMYK | 0 | 0.17 | 0.01 | 0 |
| HSL | 304.19º | 1% | 0.92% | - |
| HSV(B) | 304.19º | 0.17% | 1% | - |
| XYZ | 82.35 | 75.38 | 102.3 | - |
| YUV | 229.42 | 140.75 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 252 | 0 | 0.17 | 0.01 | 0 | 304.19 | 1 | 0.92 |
| Hex | FF | D4 | FC | 0 | 11 | 1 | 0 | 130 | 64 | 5C |
| Octal | 377 | 324 | 374 | 0 | 21 | 1 | 0 | 460 | 144 | 134 |
| Binary | 11111111 | 11010100 | 11111100 | 0 | 10001 | 1 | 0 | 100110000 | 1100100 | 1011100 |
Color Harmonies of #FFD4FC
Complementary color
Monochromatic Colors of #FFD4FC
Black with #FFD4FC
Text Example
Text Example
White with #FFD4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD4FC; }
p { color: rgb(255,212,252); }
H1.HeaderClassName
{
color: #FFD4FC;
}
.AnyTagClassName
{
color: #FFD4FC;
}
</style>
background-color css
<style>
a { background-color: #FFD4FC; }
a { background-color: rgb(255,212,252); }
div.DivClassName
{
background-color: #FFD4FC;
}
.BgClassName
{
background-color: #FFD4FC;
}
</style>
border-color css
<style>
span { border-color: #FFD4FC; }
span { border-color: rgb(255,212,252); }
td.TdClassName
{
border-color: #FFD4FC;
}
.TagClassName
{
border-color: #FFD4FC;
}
</style>