Shades of Snuff #FFD2FB
Tints of Snuff #FFD2FB
RGB
CMYK
RGB Variations
Color information
#FFD2FB (or 0xFFD2FB) is known color: Snuff. HEX triplet: FF, D2 and FB. RGB value is (255,210,251). Sum of RGB (Red+Green+Blue) = 255+210+251=716 (94% of max value = 765). Red value is 255 (100% from 255 or 35.61% from 716); Green value is 210 (82.42% from 255 or 29.33% from 716); Blue value is 251 (98.44% from 255 or 35.06% from 716); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD2FB is #002D04. Grayscale: #E4E4E4. Windows color (decimal): -11525 or 16503551. OLE color: 16503551.
HSL color Cylindrical-coordinate representation of color #FFD2FB: hue angle of 305.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 #FFD2FB is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 251 | - |
| CMYK | 0 | 0.18 | 0.02 | 0 |
| HSL | 305.33º | 1% | 0.91% | - |
| HSV(B) | 305.33º | 0.18% | 1% | - |
| XYZ | 81.7 | 74.32 | 101.31 | - |
| YUV | 228.13 | 140.91 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 251 | 0 | 0.18 | 0.02 | 0 | 305.33 | 1 | 0.91 |
| Hex | FF | D2 | FB | 0 | 12 | 2 | 0 | 131 | 64 | 5B |
| Octal | 377 | 322 | 373 | 0 | 22 | 2 | 0 | 461 | 144 | 133 |
| Binary | 11111111 | 11010010 | 11111011 | 0 | 10010 | 10 | 0 | 100110001 | 1100100 | 1011011 |
Color Harmonies of #FFD2FB
Complementary color
Monochromatic Colors of #FFD2FB
Black with #FFD2FB
Text Example
Text Example
White with #FFD2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD2FB; }
p { color: rgb(255,210,251); }
H1.HeaderClassName
{
color: #FFD2FB;
}
.AnyTagClassName
{
color: #FFD2FB;
}
</style>
background-color css
<style>
a { background-color: #FFD2FB; }
a { background-color: rgb(255,210,251); }
div.DivClassName
{
background-color: #FFD2FB;
}
.BgClassName
{
background-color: #FFD2FB;
}
</style>
border-color css
<style>
span { border-color: #FFD2FB; }
span { border-color: rgb(255,210,251); }
td.TdClassName
{
border-color: #FFD2FB;
}
.TagClassName
{
border-color: #FFD2FB;
}
</style>