Shades of Snuff #FCC3FE
Tints of Snuff #FCC3FE
RGB
CMYK
RGB Variations
Color information
#FCC3FE (or 0xFCC3FE) is known color: Snuff. HEX triplet: FC, C3 and FE. RGB value is (252,195,254). Sum of RGB (Red+Green+Blue) = 252+195+254=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 195 (76.56% from 255 or 27.82% from 701); Blue value is 254 (99.61% from 255 or 36.23% from 701); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCC3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC3FE is #033C01. Grayscale: #DADADA. Windows color (decimal): -211970 or 16696316. OLE color: 16696316.
HSL color Cylindrical-coordinate representation of color #FCC3FE: hue angle of 297.97º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCC3FE is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 195 | 254 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.00 |
| HSL | 297.97º | 0.97% | 0.88% | - |
| HSV(B) | 297.97º | 0.23% | 1% | - |
| XYZ | 77.55 | 66.88 | 102.59 | - |
| YUV | 218.77 | 147.88 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 254 | 0.01 | 0.23 | 0 | 0.00 | 297.97 | 0.97 | 0.88 |
| Hex | FC | C3 | FE | 1 | 17 | 0 | 0 | 12A | 61 | 58 |
| Octal | 374 | 303 | 376 | 1 | 27 | 0 | 0 | 452 | 141 | 130 |
| Binary | 11111100 | 11000011 | 11111110 | 1 | 10111 | 0 | 0 | 100101010 | 1100001 | 1011000 |
Color Harmonies of #FCC3FE
Complementary color
Monochromatic Colors of #FCC3FE
Black with #FCC3FE
Text Example
Text Example
White with #FCC3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC3FE; }
p { color: rgb(252,195,254); }
H1.HeaderClassName
{
color: #FCC3FE;
}
.AnyTagClassName
{
color: #FCC3FE;
}
</style>
background-color css
<style>
a { background-color: #FCC3FE; }
a { background-color: rgb(252,195,254); }
div.DivClassName
{
background-color: #FCC3FE;
}
.BgClassName
{
background-color: #FCC3FE;
}
</style>
border-color css
<style>
span { border-color: #FCC3FE; }
span { border-color: rgb(252,195,254); }
td.TdClassName
{
border-color: #FCC3FE;
}
.TagClassName
{
border-color: #FCC3FE;
}
</style>