Shades of Snuff #FDCCF5
Tints of Snuff #FDCCF5
RGB
CMYK
RGB Variations
Color information
#FDCCF5 (or 0xFDCCF5) is known color: Snuff. HEX triplet: FD, CC and F5. RGB value is (253,204,245). Sum of RGB (Red+Green+Blue) = 253+204+245=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 204 (80.08% from 255 or 29.06% from 702); Blue value is 245 (96.09% from 255 or 34.90% from 702); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCCF5 is #02330A. Grayscale: #DFDFDF. Windows color (decimal): -144139 or 16108797. OLE color: 16108797.
HSL color Cylindrical-coordinate representation of color #FDCCF5: hue angle of 309.8º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDCCF5 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 204 | 245 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.01 |
| HSL | 309.8º | 0.92% | 0.9% | - |
| HSV(B) | 309.8º | 0.19% | 0.99% | - |
| XYZ | 78.58 | 70.66 | 95.88 | - |
| YUV | 223.33 | 140.23 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 204 | 245 | 0 | 0.19 | 0.03 | 0.01 | 309.8 | 0.92 | 0.9 |
| Hex | FD | CC | F5 | 0 | 13 | 3 | 1 | 136 | 5C | 5A |
| Octal | 375 | 314 | 365 | 0 | 23 | 3 | 1 | 466 | 134 | 132 |
| Binary | 11111101 | 11001100 | 11110101 | 0 | 10011 | 11 | 1 | 100110110 | 1011100 | 1011010 |
Color Harmonies of #FDCCF5
Complementary color
Monochromatic Colors of #FDCCF5
Black with #FDCCF5
Text Example
Text Example
White with #FDCCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCCF5; }
p { color: rgb(253,204,245); }
H1.HeaderClassName
{
color: #FDCCF5;
}
.AnyTagClassName
{
color: #FDCCF5;
}
</style>
background-color css
<style>
a { background-color: #FDCCF5; }
a { background-color: rgb(253,204,245); }
div.DivClassName
{
background-color: #FDCCF5;
}
.BgClassName
{
background-color: #FDCCF5;
}
</style>
border-color css
<style>
span { border-color: #FDCCF5; }
span { border-color: rgb(253,204,245); }
td.TdClassName
{
border-color: #FDCCF5;
}
.TagClassName
{
border-color: #FDCCF5;
}
</style>