Shades of Snuff #FFC0FB
Tints of Snuff #FFC0FB
RGB
CMYK
RGB Variations
Color information
#FFC0FB (or 0xFFC0FB) is known color: Snuff. HEX triplet: FF, C0 and FB. RGB value is (255,192,251). Sum of RGB (Red+Green+Blue) = 255+192+251=698 (92% of max value = 765). Red value is 255 (100% from 255 or 36.53% from 698); Green value is 192 (75.39% from 255 or 27.51% from 698); Blue value is 251 (98.44% from 255 or 35.96% from 698); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC0FB is #003F04. Grayscale: #D9D9D9. Windows color (decimal): -16133 or 16498943. OLE color: 16498943.
HSL color Cylindrical-coordinate representation of color #FFC0FB: hue angle of 303.81º 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 #FFC0FB is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 251 | - |
| CMYK | 0 | 0.25 | 0.02 | 0 |
| HSL | 303.81º | 1% | 0.88% | - |
| HSV(B) | 303.81º | 0.25% | 1% | - |
| XYZ | 77.5 | 65.92 | 99.91 | - |
| YUV | 217.56 | 146.87 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 251 | 0 | 0.25 | 0.02 | 0 | 303.81 | 1 | 0.88 |
| Hex | FF | C0 | FB | 0 | 19 | 2 | 0 | 130 | 64 | 58 |
| Octal | 377 | 300 | 373 | 0 | 31 | 2 | 0 | 460 | 144 | 130 |
| Binary | 11111111 | 11000000 | 11111011 | 0 | 11001 | 10 | 0 | 100110000 | 1100100 | 1011000 |
Color Harmonies of #FFC0FB
Complementary color
Monochromatic Colors of #FFC0FB
Black with #FFC0FB
Text Example
Text Example
White with #FFC0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC0FB; }
p { color: rgb(255,192,251); }
H1.HeaderClassName
{
color: #FFC0FB;
}
.AnyTagClassName
{
color: #FFC0FB;
}
</style>
background-color css
<style>
a { background-color: #FFC0FB; }
a { background-color: rgb(255,192,251); }
div.DivClassName
{
background-color: #FFC0FB;
}
.BgClassName
{
background-color: #FFC0FB;
}
</style>
border-color css
<style>
span { border-color: #FFC0FB; }
span { border-color: rgb(255,192,251); }
td.TdClassName
{
border-color: #FFC0FB;
}
.TagClassName
{
border-color: #FFC0FB;
}
</style>