Shades of Snuff #FDCFF5
Tints of Snuff #FDCFF5
RGB
CMYK
RGB Variations
Color information
#FDCFF5 (or 0xFDCFF5) is known color: Snuff. HEX triplet: FD, CF and F5. RGB value is (253,207,245). Sum of RGB (Red+Green+Blue) = 253+207+245=705 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.89% from 705); Green value is 207 (81.25% from 255 or 29.36% from 705); Blue value is 245 (96.09% from 255 or 34.75% from 705); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCFF5 is #02300A. Grayscale: #E0E0E0. Windows color (decimal): -143371 or 16109565. OLE color: 16109565.
HSL color Cylindrical-coordinate representation of color #FDCFF5: hue angle of 310.43º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDCFF5 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 207 | 245 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.01 |
| HSL | 310.43º | 0.92% | 0.9% | - |
| HSV(B) | 310.43º | 0.18% | 0.99% | - |
| XYZ | 79.3 | 72.1 | 96.12 | - |
| YUV | 225.09 | 139.24 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 207 | 245 | 0 | 0.18 | 0.03 | 0.01 | 310.43 | 0.92 | 0.9 |
| Hex | FD | CF | F5 | 0 | 12 | 3 | 1 | 136 | 5C | 5A |
| Octal | 375 | 317 | 365 | 0 | 22 | 3 | 1 | 466 | 134 | 132 |
| Binary | 11111101 | 11001111 | 11110101 | 0 | 10010 | 11 | 1 | 100110110 | 1011100 | 1011010 |
Color Harmonies of #FDCFF5
Complementary color
Monochromatic Colors of #FDCFF5
Black with #FDCFF5
Text Example
Text Example
White with #FDCFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCFF5; }
p { color: rgb(253,207,245); }
H1.HeaderClassName
{
color: #FDCFF5;
}
.AnyTagClassName
{
color: #FDCFF5;
}
</style>
background-color css
<style>
a { background-color: #FDCFF5; }
a { background-color: rgb(253,207,245); }
div.DivClassName
{
background-color: #FDCFF5;
}
.BgClassName
{
background-color: #FDCFF5;
}
</style>
border-color css
<style>
span { border-color: #FDCFF5; }
span { border-color: rgb(253,207,245); }
td.TdClassName
{
border-color: #FDCFF5;
}
.TagClassName
{
border-color: #FDCFF5;
}
</style>