Shades of Snuff #FFD2F5
Tints of Snuff #FFD2F5
RGB
CMYK
RGB Variations
Color information
#FFD2F5 (or 0xFFD2F5) is known color: Snuff. HEX triplet: FF, D2 and F5. RGB value is (255,210,245). Sum of RGB (Red+Green+Blue) = 255+210+245=710 (94% of max value = 765). Red value is 255 (100% from 255 or 35.92% from 710); Green value is 210 (82.42% from 255 or 29.58% from 710); Blue value is 245 (96.09% from 255 or 34.51% from 710); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD2F5 is #002D0A. Grayscale: #E3E3E3. Windows color (decimal): -11531 or 16110335. OLE color: 16110335.
HSL color Cylindrical-coordinate representation of color #FFD2F5: hue angle of 313.33º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFD2F5 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 245 | - |
| CMYK | 0 | 0.18 | 0.04 | 0 |
| HSL | 313.33º | 1% | 0.91% | - |
| HSV(B) | 313.33º | 0.18% | 1% | - |
| XYZ | 80.77 | 73.95 | 96.4 | - |
| YUV | 227.45 | 137.91 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 245 | 0 | 0.18 | 0.04 | 0 | 313.33 | 1 | 0.91 |
| Hex | FF | D2 | F5 | 0 | 12 | 4 | 0 | 139 | 64 | 5B |
| Octal | 377 | 322 | 365 | 0 | 22 | 4 | 0 | 471 | 144 | 133 |
| Binary | 11111111 | 11010010 | 11110101 | 0 | 10010 | 100 | 0 | 100111001 | 1100100 | 1011011 |
Color Harmonies of #FFD2F5
Complementary color
Monochromatic Colors of #FFD2F5
Black with #FFD2F5
Text Example
Text Example
White with #FFD2F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD2F5; }
p { color: rgb(255,210,245); }
H1.HeaderClassName
{
color: #FFD2F5;
}
.AnyTagClassName
{
color: #FFD2F5;
}
</style>
background-color css
<style>
a { background-color: #FFD2F5; }
a { background-color: rgb(255,210,245); }
div.DivClassName
{
background-color: #FFD2F5;
}
.BgClassName
{
background-color: #FFD2F5;
}
</style>
border-color css
<style>
span { border-color: #FFD2F5; }
span { border-color: rgb(255,210,245); }
td.TdClassName
{
border-color: #FFD2F5;
}
.TagClassName
{
border-color: #FFD2F5;
}
</style>