Shades of Snuff #FCC3FD
Tints of Snuff #FCC3FD
RGB
CMYK
RGB Variations
Color information
#FCC3FD (or 0xFCC3FD) is known color: Snuff. HEX triplet: FC, C3 and FD. RGB value is (252,195,253). Sum of RGB (Red+Green+Blue) = 252+195+253=700 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36% from 700); Green value is 195 (76.56% from 255 or 27.86% from 700); Blue value is 253 (99.22% from 255 or 36.14% from 700); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCC3FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC3FD is #033C02. Grayscale: #DADADA. Windows color (decimal): -211971 or 16630780. OLE color: 16630780.
HSL color Cylindrical-coordinate representation of color #FCC3FD: hue angle of 298.97º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCC3FD is Cyan = 0.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 195 | 253 | - |
CMYK | 0.00 | 0.23 | 0 | 0.01 |
HSL | 298.97º | 0.94% | 0.88% | - |
HSV(B) | 298.97º | 0.23% | 0.99% | - |
XYZ | 77.39 | 66.82 | 101.75 | - |
YUV | 218.66 | 147.38 | 151.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 195 | 253 | 0.00 | 0.23 | 0 | 0.01 | 298.97 | 0.94 | 0.88 |
Hex | FC | C3 | FD | 0 | 17 | 0 | 1 | 12B | 5E | 58 |
Octal | 374 | 303 | 375 | 0 | 27 | 0 | 1 | 453 | 136 | 130 |
Binary | 11111100 | 11000011 | 11111101 | 0 | 10111 | 0 | 1 | 100101011 | 1011110 | 1011000 |
Color Harmonies of #FCC3FD
Complementary color
Monochromatic Colors of #FCC3FD
Black with #FCC3FD
Text Example
Text Example
White with #FCC3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC3FD; }
p { color: rgb(252,195,253); }
H1.HeaderClassName
{
color: #FCC3FD;
}
.AnyTagClassName
{
color: #FCC3FD;
}
</style>
background-color css
<style>
a { background-color: #FCC3FD; }
a { background-color: rgb(252,195,253); }
div.DivClassName
{
background-color: #FCC3FD;
}
.BgClassName
{
background-color: #FCC3FD;
}
</style>
border-color css
<style>
span { border-color: #FCC3FD; }
span { border-color: rgb(252,195,253); }
td.TdClassName
{
border-color: #FCC3FD;
}
.TagClassName
{
border-color: #FCC3FD;
}
</style>