Shades of Snuff #F9CDFD
Tints of Snuff #F9CDFD
RGB
CMYK
RGB Variations
Color information
#F9CDFD (or 0xF9CDFD) is known color: Snuff. HEX triplet: F9, CD and FD. RGB value is (249,205,253). Sum of RGB (Red+Green+Blue) = 249+205+253=707 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.22% from 707); Green value is 205 (80.47% from 255 or 29.00% from 707); Blue value is 253 (99.22% from 255 or 35.79% from 707); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9CDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CDFD is #063202. Grayscale: #DFDFDF. Windows color (decimal): -406019 or 16633337. OLE color: 16633337.
HSL color Cylindrical-coordinate representation of color #F9CDFD: hue angle of 295º degrees, saturation: 0.92, 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 #F9CDFD is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 249 | 205 | 253 | - |
CMYK | 0.02 | 0.19 | 0 | 0.01 |
HSL | 295º | 0.92% | 0.9% | - |
HSV(B) | 295º | 0.19% | 0.99% | - |
XYZ | 78.63 | 70.89 | 102.47 | - |
YUV | 223.63 | 144.58 | 146.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 205 | 253 | 0.02 | 0.19 | 0 | 0.01 | 295 | 0.92 | 0.9 |
Hex | F9 | CD | FD | 2 | 13 | 0 | 1 | 127 | 5C | 5A |
Octal | 371 | 315 | 375 | 2 | 23 | 0 | 1 | 447 | 134 | 132 |
Binary | 11111001 | 11001101 | 11111101 | 10 | 10011 | 0 | 1 | 100100111 | 1011100 | 1011010 |
Color Harmonies of #F9CDFD
Complementary color
Monochromatic Colors of #F9CDFD
Black with #F9CDFD
Text Example
Text Example
White with #F9CDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CDFD; }
p { color: rgb(249,205,253); }
H1.HeaderClassName
{
color: #F9CDFD;
}
.AnyTagClassName
{
color: #F9CDFD;
}
</style>
background-color css
<style>
a { background-color: #F9CDFD; }
a { background-color: rgb(249,205,253); }
div.DivClassName
{
background-color: #F9CDFD;
}
.BgClassName
{
background-color: #F9CDFD;
}
</style>
border-color css
<style>
span { border-color: #F9CDFD; }
span { border-color: rgb(249,205,253); }
td.TdClassName
{
border-color: #F9CDFD;
}
.TagClassName
{
border-color: #F9CDFD;
}
</style>