Shades of Snuff #FFC0FE
Tints of Snuff #FFC0FE
RGB
CMYK
RGB Variations
Color information
#FFC0FE (or 0xFFC0FE) is known color: Snuff. HEX triplet: FF, C0 and FE. RGB value is (255,192,254). Sum of RGB (Red+Green+Blue) = 255+192+254=701 (92% of max value = 765). Red value is 255 (100% from 255 or 36.38% from 701); Green value is 192 (75.39% from 255 or 27.39% from 701); Blue value is 254 (99.61% from 255 or 36.23% from 701); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC0FE is #003F01. Grayscale: #D9D9D9. Windows color (decimal): -16130 or 16695551. OLE color: 16695551.
HSL color Cylindrical-coordinate representation of color #FFC0FE: hue angle of 300.95º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFC0FE is Cyan = 0, Magento = 0.25, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 254 | - |
| CMYK | 0 | 0.25 | 0.00 | 0 |
| HSL | 300.95º | 1% | 0.88% | - |
| HSV(B) | 300.95º | 0.25% | 1% | - |
| XYZ | 77.98 | 66.12 | 102.42 | - |
| YUV | 217.91 | 148.37 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 254 | 0 | 0.25 | 0.00 | 0 | 300.95 | 1 | 0.88 |
| Hex | FF | C0 | FE | 0 | 19 | 0 | 0 | 12D | 64 | 58 |
| Octal | 377 | 300 | 376 | 0 | 31 | 0 | 0 | 455 | 144 | 130 |
| Binary | 11111111 | 11000000 | 11111110 | 0 | 11001 | 0 | 0 | 100101101 | 1100100 | 1011000 |
Color Harmonies of #FFC0FE
Complementary color
Monochromatic Colors of #FFC0FE
Black with #FFC0FE
Text Example
Text Example
White with #FFC0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC0FE; }
p { color: rgb(255,192,254); }
H1.HeaderClassName
{
color: #FFC0FE;
}
.AnyTagClassName
{
color: #FFC0FE;
}
</style>
background-color css
<style>
a { background-color: #FFC0FE; }
a { background-color: rgb(255,192,254); }
div.DivClassName
{
background-color: #FFC0FE;
}
.BgClassName
{
background-color: #FFC0FE;
}
</style>
border-color css
<style>
span { border-color: #FFC0FE; }
span { border-color: rgb(255,192,254); }
td.TdClassName
{
border-color: #FFC0FE;
}
.TagClassName
{
border-color: #FFC0FE;
}
</style>