Shades of Snuff #FDCCFE
Tints of Snuff #FDCCFE
RGB
CMYK
RGB Variations
Color information
#FDCCFE (or 0xFDCCFE) is known color: Snuff. HEX triplet: FD, CC and FE. RGB value is (253,204,254). Sum of RGB (Red+Green+Blue) = 253+204+254=711 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.58% from 711); Green value is 204 (80.08% from 255 or 28.69% from 711); Blue value is 254 (99.61% from 255 or 35.72% from 711); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDCCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCCFE is #023301. Grayscale: #E0E0E0. Windows color (decimal): -144130 or 16698621. OLE color: 16698621.
HSL color Cylindrical-coordinate representation of color #FDCCFE: hue angle of 298.8º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDCCFE is Cyan = 0.00, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 204 | 254 | - |
| CMYK | 0.00 | 0.20 | 0 | 0.00 |
| HSL | 298.8º | 0.96% | 0.9% | - |
| HSV(B) | 298.8º | 0.2% | 1% | - |
| XYZ | 79.99 | 71.22 | 103.3 | - |
| YUV | 224.35 | 144.73 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 204 | 254 | 0.00 | 0.20 | 0 | 0.00 | 298.8 | 0.96 | 0.9 |
| Hex | FD | CC | FE | 0 | 14 | 0 | 0 | 12B | 60 | 5A |
| Octal | 375 | 314 | 376 | 0 | 24 | 0 | 0 | 453 | 140 | 132 |
| Binary | 11111101 | 11001100 | 11111110 | 0 | 10100 | 0 | 0 | 100101011 | 1100000 | 1011010 |
Color Harmonies of #FDCCFE
Complementary color
Monochromatic Colors of #FDCCFE
Black with #FDCCFE
Text Example
Text Example
White with #FDCCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCCFE; }
p { color: rgb(253,204,254); }
H1.HeaderClassName
{
color: #FDCCFE;
}
.AnyTagClassName
{
color: #FDCCFE;
}
</style>
background-color css
<style>
a { background-color: #FDCCFE; }
a { background-color: rgb(253,204,254); }
div.DivClassName
{
background-color: #FDCCFE;
}
.BgClassName
{
background-color: #FDCCFE;
}
</style>
border-color css
<style>
span { border-color: #FDCCFE; }
span { border-color: rgb(253,204,254); }
td.TdClassName
{
border-color: #FDCCFE;
}
.TagClassName
{
border-color: #FDCCFE;
}
</style>