Shades of Snuff #FFC0FF
Tints of Snuff #FFC0FF
RGB
CMYK
RGB Variations
Color information
#FFC0FF (or 0xFFC0FF) is known color: Snuff. HEX triplet: FF, C0 and FF. RGB value is (255,192,255). Sum of RGB (Red+Green+Blue) = 255+192+255=702 (92% of max value = 765). Red value is 255 (100% from 255 or 36.32% from 702); Green value is 192 (75.39% from 255 or 27.35% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFC0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC0FF is #003F00. Grayscale: #D9D9D9. Windows color (decimal): -16129 or 16761087. OLE color: 16761087.
HSL color Cylindrical-coordinate representation of color #FFC0FF: hue angle of 300º 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 #FFC0FF is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 192 | 255 | - |
CMYK | 0 | 0.25 | 0 | 0 |
HSL | 300º | 1% | 0.88% | - |
HSV(B) | 300º | 0.25% | 1% | - |
XYZ | 78.14 | 66.18 | 103.26 | - |
YUV | 218.02 | 148.87 | 154.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 192 | 255 | 0 | 0.25 | 0 | 0 | 300 | 1 | 0.88 |
Hex | FF | C0 | FF | 0 | 19 | 0 | 0 | 12C | 64 | 58 |
Octal | 377 | 300 | 377 | 0 | 31 | 0 | 0 | 454 | 144 | 130 |
Binary | 11111111 | 11000000 | 11111111 | 0 | 11001 | 0 | 0 | 100101100 | 1100100 | 1011000 |
Color Harmonies of #FFC0FF
Complementary color
Monochromatic Colors of #FFC0FF
Black with #FFC0FF
Text Example
Text Example
White with #FFC0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC0FF; }
p { color: rgb(255,192,255); }
H1.HeaderClassName
{
color: #FFC0FF;
}
.AnyTagClassName
{
color: #FFC0FF;
}
</style>
background-color css
<style>
a { background-color: #FFC0FF; }
a { background-color: rgb(255,192,255); }
div.DivClassName
{
background-color: #FFC0FF;
}
.BgClassName
{
background-color: #FFC0FF;
}
</style>
border-color css
<style>
span { border-color: #FFC0FF; }
span { border-color: rgb(255,192,255); }
td.TdClassName
{
border-color: #FFC0FF;
}
.TagClassName
{
border-color: #FFC0FF;
}
</style>