Shades of Snuff #FFD4FA
Tints of Snuff #FFD4FA
RGB
CMYK
RGB Variations
Color information
#FFD4FA (or 0xFFD4FA) is known color: Snuff. HEX triplet: FF, D4 and FA. RGB value is (255,212,250). Sum of RGB (Red+Green+Blue) = 255+212+250=717 (94% of max value = 765). Red value is 255 (100% from 255 or 35.56% from 717); Green value is 212 (83.20% from 255 or 29.57% from 717); Blue value is 250 (98.05% from 255 or 34.87% from 717); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD4FA is #002B05. Grayscale: #E5E5E5. Windows color (decimal): -11014 or 16438527. OLE color: 16438527.
HSL color Cylindrical-coordinate representation of color #FFD4FA: hue angle of 306.98º 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 #FFD4FA is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 250 | - |
| CMYK | 0 | 0.17 | 0.02 | 0 |
| HSL | 306.98º | 1% | 0.92% | - |
| HSV(B) | 306.98º | 0.17% | 1% | - |
| XYZ | 82.04 | 75.25 | 100.64 | - |
| YUV | 229.19 | 139.75 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 250 | 0 | 0.17 | 0.02 | 0 | 306.98 | 1 | 0.92 |
| Hex | FF | D4 | FA | 0 | 11 | 2 | 0 | 133 | 64 | 5C |
| Octal | 377 | 324 | 372 | 0 | 21 | 2 | 0 | 463 | 144 | 134 |
| Binary | 11111111 | 11010100 | 11111010 | 0 | 10001 | 10 | 0 | 100110011 | 1100100 | 1011100 |
Color Harmonies of #FFD4FA
Complementary color
Monochromatic Colors of #FFD4FA
Black with #FFD4FA
Text Example
Text Example
White with #FFD4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD4FA; }
p { color: rgb(255,212,250); }
H1.HeaderClassName
{
color: #FFD4FA;
}
.AnyTagClassName
{
color: #FFD4FA;
}
</style>
background-color css
<style>
a { background-color: #FFD4FA; }
a { background-color: rgb(255,212,250); }
div.DivClassName
{
background-color: #FFD4FA;
}
.BgClassName
{
background-color: #FFD4FA;
}
</style>
border-color css
<style>
span { border-color: #FFD4FA; }
span { border-color: rgb(255,212,250); }
td.TdClassName
{
border-color: #FFD4FA;
}
.TagClassName
{
border-color: #FFD4FA;
}
</style>