Shades of Snuff #F5CDFC
Tints of Snuff #F5CDFC
RGB
CMYK
RGB Variations
Color information
#F5CDFC (or 0xF5CDFC) is known color: Snuff. HEX triplet: F5, CD and FC. RGB value is (245,205,252). Sum of RGB (Red+Green+Blue) = 245+205+252=702 (92% of max value = 765). Red value is 245 (96.09% from 255 or 34.90% from 702); Green value is 205 (80.47% from 255 or 29.20% from 702); Blue value is 252 (98.83% from 255 or 35.90% from 702); Max value from RGB is 252 - color contains mainly: blue. Hex color #F5CDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CDFC is #0A3203. Grayscale: #DEDEDE. Windows color (decimal): -668164 or 16567797. OLE color: 16567797.
HSL color Cylindrical-coordinate representation of color #F5CDFC: hue angle of 291.06º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F5CDFC is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 205 | 252 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.01 |
| HSL | 291.06º | 0.89% | 0.9% | - |
| HSV(B) | 291.06º | 0.19% | 0.99% | - |
| XYZ | 77.06 | 70.1 | 101.57 | - |
| YUV | 222.32 | 144.75 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 205 | 252 | 0.03 | 0.19 | 0 | 0.01 | 291.06 | 0.89 | 0.9 |
| Hex | F5 | CD | FC | 3 | 13 | 0 | 1 | 123 | 59 | 5A |
| Octal | 365 | 315 | 374 | 3 | 23 | 0 | 1 | 443 | 131 | 132 |
| Binary | 11110101 | 11001101 | 11111100 | 11 | 10011 | 0 | 1 | 100100011 | 1011001 | 1011010 |
Color Harmonies of #F5CDFC
Complementary color
Monochromatic Colors of #F5CDFC
Black with #F5CDFC
Text Example
Text Example
White with #F5CDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CDFC; }
p { color: rgb(245,205,252); }
H1.HeaderClassName
{
color: #F5CDFC;
}
.AnyTagClassName
{
color: #F5CDFC;
}
</style>
background-color css
<style>
a { background-color: #F5CDFC; }
a { background-color: rgb(245,205,252); }
div.DivClassName
{
background-color: #F5CDFC;
}
.BgClassName
{
background-color: #F5CDFC;
}
</style>
border-color css
<style>
span { border-color: #F5CDFC; }
span { border-color: rgb(245,205,252); }
td.TdClassName
{
border-color: #F5CDFC;
}
.TagClassName
{
border-color: #F5CDFC;
}
</style>