Shades of Snuff #FFC3FB
Tints of Snuff #FFC3FB
RGB
CMYK
RGB Variations
Color information
#FFC3FB (or 0xFFC3FB) is known color: Snuff. HEX triplet: FF, C3 and FB. RGB value is (255,195,251). Sum of RGB (Red+Green+Blue) = 255+195+251=701 (92% of max value = 765). Red value is 255 (100% from 255 or 36.38% from 701); Green value is 195 (76.56% from 255 or 27.82% from 701); Blue value is 251 (98.44% from 255 or 35.81% from 701); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC3FB is #003C04. Grayscale: #DBDBDB. Windows color (decimal): -15365 or 16499711. OLE color: 16499711.
HSL color Cylindrical-coordinate representation of color #FFC3FB: hue angle of 304º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFC3FB is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 251 | - |
| CMYK | 0 | 0.24 | 0.02 | 0 |
| HSL | 304º | 1% | 0.88% | - |
| HSV(B) | 304º | 0.24% | 1% | - |
| XYZ | 78.17 | 67.26 | 100.13 | - |
| YUV | 219.32 | 145.88 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 251 | 0 | 0.24 | 0.02 | 0 | 304 | 1 | 0.88 |
| Hex | FF | C3 | FB | 0 | 18 | 2 | 0 | 130 | 64 | 58 |
| Octal | 377 | 303 | 373 | 0 | 30 | 2 | 0 | 460 | 144 | 130 |
| Binary | 11111111 | 11000011 | 11111011 | 0 | 11000 | 10 | 0 | 100110000 | 1100100 | 1011000 |
Color Harmonies of #FFC3FB
Complementary color
Monochromatic Colors of #FFC3FB
Black with #FFC3FB
Text Example
Text Example
White with #FFC3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC3FB; }
p { color: rgb(255,195,251); }
H1.HeaderClassName
{
color: #FFC3FB;
}
.AnyTagClassName
{
color: #FFC3FB;
}
</style>
background-color css
<style>
a { background-color: #FFC3FB; }
a { background-color: rgb(255,195,251); }
div.DivClassName
{
background-color: #FFC3FB;
}
.BgClassName
{
background-color: #FFC3FB;
}
</style>
border-color css
<style>
span { border-color: #FFC3FB; }
span { border-color: rgb(255,195,251); }
td.TdClassName
{
border-color: #FFC3FB;
}
.TagClassName
{
border-color: #FFC3FB;
}
</style>