Shades of Snuff #FFC3FD
Tints of Snuff #FFC3FD
RGB
CMYK
RGB Variations
Color information
#FFC3FD (or 0xFFC3FD) is known color: Snuff. HEX triplet: FF, C3 and FD. RGB value is (255,195,253). Sum of RGB (Red+Green+Blue) = 255+195+253=703 (93% of max value = 765). Red value is 255 (100% from 255 or 36.27% from 703); Green value is 195 (76.56% from 255 or 27.74% from 703); Blue value is 253 (99.22% from 255 or 35.99% from 703); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC3FD is #003C02. Grayscale: #DBDBDB. Windows color (decimal): -15363 or 16630783. OLE color: 16630783.
HSL color Cylindrical-coordinate representation of color #FFC3FD: hue angle of 302º 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 #FFC3FD is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 253 | - |
| CMYK | 0 | 0.24 | 0.01 | 0 |
| HSL | 302º | 1% | 0.88% | - |
| HSV(B) | 302º | 0.24% | 1% | - |
| XYZ | 78.48 | 67.38 | 101.8 | - |
| YUV | 219.55 | 146.88 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 253 | 0 | 0.24 | 0.01 | 0 | 302 | 1 | 0.88 |
| Hex | FF | C3 | FD | 0 | 18 | 1 | 0 | 12E | 64 | 58 |
| Octal | 377 | 303 | 375 | 0 | 30 | 1 | 0 | 456 | 144 | 130 |
| Binary | 11111111 | 11000011 | 11111101 | 0 | 11000 | 1 | 0 | 100101110 | 1100100 | 1011000 |
Color Harmonies of #FFC3FD
Complementary color
Monochromatic Colors of #FFC3FD
Black with #FFC3FD
Text Example
Text Example
White with #FFC3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC3FD; }
p { color: rgb(255,195,253); }
H1.HeaderClassName
{
color: #FFC3FD;
}
.AnyTagClassName
{
color: #FFC3FD;
}
</style>
background-color css
<style>
a { background-color: #FFC3FD; }
a { background-color: rgb(255,195,253); }
div.DivClassName
{
background-color: #FFC3FD;
}
.BgClassName
{
background-color: #FFC3FD;
}
</style>
border-color css
<style>
span { border-color: #FFC3FD; }
span { border-color: rgb(255,195,253); }
td.TdClassName
{
border-color: #FFC3FD;
}
.TagClassName
{
border-color: #FFC3FD;
}
</style>