Shades of Snuff #FAD2FC
Tints of Snuff #FAD2FC
RGB
CMYK
RGB Variations
Color information
#FAD2FC (or 0xFAD2FC) is known color: Snuff. HEX triplet: FA, D2 and FC. RGB value is (250,210,252). Sum of RGB (Red+Green+Blue) = 250+210+252=712 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.11% from 712); Green value is 210 (82.42% from 255 or 29.49% from 712); Blue value is 252 (98.83% from 255 or 35.39% from 712); Max value from RGB is 252 - color contains mainly: blue. Hex color #FAD2FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD2FC is #052D03. Grayscale: #E2E2E2. Windows color (decimal): -339204 or 16569082. OLE color: 16569082.
HSL color Cylindrical-coordinate representation of color #FAD2FC: hue angle of 297.14º degrees, saturation: 0.88, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FAD2FC is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 250 | 210 | 252 | - |
CMYK | 0.01 | 0.17 | 0 | 0.01 |
HSL | 297.14º | 0.88% | 0.91% | - |
HSV(B) | 297.14º | 0.17% | 0.99% | - |
XYZ | 80.04 | 73.45 | 102.05 | - |
YUV | 226.75 | 142.25 | 144.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 210 | 252 | 0.01 | 0.17 | 0 | 0.01 | 297.14 | 0.88 | 0.91 |
Hex | FA | D2 | FC | 1 | 11 | 0 | 1 | 129 | 58 | 5B |
Octal | 372 | 322 | 374 | 1 | 21 | 0 | 1 | 451 | 130 | 133 |
Binary | 11111010 | 11010010 | 11111100 | 1 | 10001 | 0 | 1 | 100101001 | 1011000 | 1011011 |
Color Harmonies of #FAD2FC
Complementary color
Monochromatic Colors of #FAD2FC
Black with #FAD2FC
Text Example
Text Example
White with #FAD2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD2FC; }
p { color: rgb(250,210,252); }
H1.HeaderClassName
{
color: #FAD2FC;
}
.AnyTagClassName
{
color: #FAD2FC;
}
</style>
background-color css
<style>
a { background-color: #FAD2FC; }
a { background-color: rgb(250,210,252); }
div.DivClassName
{
background-color: #FAD2FC;
}
.BgClassName
{
background-color: #FAD2FC;
}
</style>
border-color css
<style>
span { border-color: #FAD2FC; }
span { border-color: rgb(250,210,252); }
td.TdClassName
{
border-color: #FAD2FC;
}
.TagClassName
{
border-color: #FAD2FC;
}
</style>