Shades of Snuff #FCC0FE
Tints of Snuff #FCC0FE
RGB
CMYK
RGB Variations
Color information
#FCC0FE (or 0xFCC0FE) is known color: Snuff. HEX triplet: FC, C0 and FE. RGB value is (252,192,254). Sum of RGB (Red+Green+Blue) = 252+192+254=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 192 (75.39% from 255 or 27.51% from 698); Blue value is 254 (99.61% from 255 or 36.39% from 698); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCC0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC0FE is #033F01. Grayscale: #D8D8D8. Windows color (decimal): -212738 or 16695548. OLE color: 16695548.
HSL color Cylindrical-coordinate representation of color #FCC0FE: hue angle of 298.06º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FCC0FE is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 192 | 254 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.00 |
| HSL | 298.06º | 0.97% | 0.87% | - |
| HSV(B) | 298.06º | 0.24% | 1% | - |
| XYZ | 76.88 | 65.55 | 102.37 | - |
| YUV | 217.01 | 148.88 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 254 | 0.01 | 0.24 | 0 | 0.00 | 298.06 | 0.97 | 0.87 |
| Hex | FC | C0 | FE | 1 | 18 | 0 | 0 | 12A | 61 | 57 |
| Octal | 374 | 300 | 376 | 1 | 30 | 0 | 0 | 452 | 141 | 127 |
| Binary | 11111100 | 11000000 | 11111110 | 1 | 11000 | 0 | 0 | 100101010 | 1100001 | 1010111 |
Color Harmonies of #FCC0FE
Complementary color
Monochromatic Colors of #FCC0FE
Black with #FCC0FE
Text Example
Text Example
White with #FCC0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC0FE; }
p { color: rgb(252,192,254); }
H1.HeaderClassName
{
color: #FCC0FE;
}
.AnyTagClassName
{
color: #FCC0FE;
}
</style>
background-color css
<style>
a { background-color: #FCC0FE; }
a { background-color: rgb(252,192,254); }
div.DivClassName
{
background-color: #FCC0FE;
}
.BgClassName
{
background-color: #FCC0FE;
}
</style>
border-color css
<style>
span { border-color: #FCC0FE; }
span { border-color: rgb(252,192,254); }
td.TdClassName
{
border-color: #FCC0FE;
}
.TagClassName
{
border-color: #FCC0FE;
}
</style>