Shades of Snuff #F4C5FA
Tints of Snuff #F4C5FA
RGB
CMYK
RGB Variations
Color information
#F4C5FA (or 0xF4C5FA) is known color: Snuff. HEX triplet: F4, C5 and FA. RGB value is (244,197,250). Sum of RGB (Red+Green+Blue) = 244+197+250=691 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.31% from 691); Green value is 197 (77.34% from 255 or 28.51% from 691); Blue value is 250 (98.05% from 255 or 36.18% from 691); Max value from RGB is 250 - color contains mainly: blue. Hex color #F4C5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4C5FA is #0B3A05. Grayscale: #D8D8D8. Windows color (decimal): -735750 or 16434676. OLE color: 16434676.
HSL color Cylindrical-coordinate representation of color #F4C5FA: hue angle of 293.21º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F4C5FA is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 197 | 250 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.02 |
| HSL | 293.21º | 0.84% | 0.88% | - |
| HSV(B) | 293.21º | 0.21% | 0.98% | - |
| XYZ | 74.53 | 66.07 | 99.27 | - |
| YUV | 217.1 | 146.57 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 197 | 250 | 0.02 | 0.21 | 0 | 0.02 | 293.21 | 0.84 | 0.88 |
| Hex | F4 | C5 | FA | 2 | 15 | 0 | 2 | 125 | 54 | 58 |
| Octal | 364 | 305 | 372 | 2 | 25 | 0 | 2 | 445 | 124 | 130 |
| Binary | 11110100 | 11000101 | 11111010 | 10 | 10101 | 0 | 10 | 100100101 | 1010100 | 1011000 |
Color Harmonies of #F4C5FA
Complementary color
Monochromatic Colors of #F4C5FA
Black with #F4C5FA
Text Example
Text Example
White with #F4C5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C5FA; }
p { color: rgb(244,197,250); }
H1.HeaderClassName
{
color: #F4C5FA;
}
.AnyTagClassName
{
color: #F4C5FA;
}
</style>
background-color css
<style>
a { background-color: #F4C5FA; }
a { background-color: rgb(244,197,250); }
div.DivClassName
{
background-color: #F4C5FA;
}
.BgClassName
{
background-color: #F4C5FA;
}
</style>
border-color css
<style>
span { border-color: #F4C5FA; }
span { border-color: rgb(244,197,250); }
td.TdClassName
{
border-color: #F4C5FA;
}
.TagClassName
{
border-color: #F4C5FA;
}
</style>