Shades of Snuff #FFC4FC
Tints of Snuff #FFC4FC
RGB
CMYK
RGB Variations
Color information
#FFC4FC (or 0xFFC4FC) is known color: Snuff. HEX triplet: FF, C4 and FC. RGB value is (255,196,252). Sum of RGB (Red+Green+Blue) = 255+196+252=703 (93% of max value = 765). Red value is 255 (100% from 255 or 36.27% from 703); Green value is 196 (76.95% from 255 or 27.88% from 703); Blue value is 252 (98.83% from 255 or 35.85% from 703); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC4FC is #003B03. Grayscale: #DBDBDB. Windows color (decimal): -15108 or 16565503. OLE color: 16565503.
HSL color Cylindrical-coordinate representation of color #FFC4FC: hue angle of 303.05º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFC4FC is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 196 | 252 | - |
CMYK | 0 | 0.23 | 0.01 | 0 |
HSL | 303.05º | 1% | 0.88% | - |
HSV(B) | 303.05º | 0.23% | 1% | - |
XYZ | 78.55 | 67.77 | 101.04 | - |
YUV | 220.03 | 146.05 | 152.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 196 | 252 | 0 | 0.23 | 0.01 | 0 | 303.05 | 1 | 0.88 |
Hex | FF | C4 | FC | 0 | 17 | 1 | 0 | 12F | 64 | 58 |
Octal | 377 | 304 | 374 | 0 | 27 | 1 | 0 | 457 | 144 | 130 |
Binary | 11111111 | 11000100 | 11111100 | 0 | 10111 | 1 | 0 | 100101111 | 1100100 | 1011000 |
Color Harmonies of #FFC4FC
Complementary color
Monochromatic Colors of #FFC4FC
Black with #FFC4FC
Text Example
Text Example
White with #FFC4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC4FC; }
p { color: rgb(255,196,252); }
H1.HeaderClassName
{
color: #FFC4FC;
}
.AnyTagClassName
{
color: #FFC4FC;
}
</style>
background-color css
<style>
a { background-color: #FFC4FC; }
a { background-color: rgb(255,196,252); }
div.DivClassName
{
background-color: #FFC4FC;
}
.BgClassName
{
background-color: #FFC4FC;
}
</style>
border-color css
<style>
span { border-color: #FFC4FC; }
span { border-color: rgb(255,196,252); }
td.TdClassName
{
border-color: #FFC4FC;
}
.TagClassName
{
border-color: #FFC4FC;
}
</style>