Shades of Snuff #FECAFD
Tints of Snuff #FECAFD
RGB
CMYK
RGB Variations
Color information
#FECAFD (or 0xFECAFD) is known color: Snuff. HEX triplet: FE, CA and FD. RGB value is (254,202,253). Sum of RGB (Red+Green+Blue) = 254+202+253=709 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.83% from 709); Green value is 202 (79.30% from 255 or 28.49% from 709); Blue value is 253 (99.22% from 255 or 35.68% from 709); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECAFD is #013502. Grayscale: #DFDFDF. Windows color (decimal): -79107 or 16632574. OLE color: 16632574.
HSL color Cylindrical-coordinate representation of color #FECAFD: hue angle of 301.15º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FECAFD is Cyan = 0, Magento = 0.20, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 253 | - |
| CMYK | 0 | 0.20 | 0.00 | 0.00 |
| HSL | 301.15º | 0.96% | 0.89% | - |
| HSV(B) | 301.15º | 0.2% | 1% | - |
| XYZ | 79.72 | 70.4 | 102.32 | - |
| YUV | 223.36 | 144.73 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 253 | 0 | 0.20 | 0.00 | 0.00 | 301.15 | 0.96 | 0.89 |
| Hex | FE | CA | FD | 0 | 14 | 0 | 0 | 12D | 60 | 59 |
| Octal | 376 | 312 | 375 | 0 | 24 | 0 | 0 | 455 | 140 | 131 |
| Binary | 11111110 | 11001010 | 11111101 | 0 | 10100 | 0 | 0 | 100101101 | 1100000 | 1011001 |
Color Harmonies of #FECAFD
Complementary color
Monochromatic Colors of #FECAFD
Black with #FECAFD
Text Example
Text Example
White with #FECAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECAFD; }
p { color: rgb(254,202,253); }
H1.HeaderClassName
{
color: #FECAFD;
}
.AnyTagClassName
{
color: #FECAFD;
}
</style>
background-color css
<style>
a { background-color: #FECAFD; }
a { background-color: rgb(254,202,253); }
div.DivClassName
{
background-color: #FECAFD;
}
.BgClassName
{
background-color: #FECAFD;
}
</style>
border-color css
<style>
span { border-color: #FECAFD; }
span { border-color: rgb(254,202,253); }
td.TdClassName
{
border-color: #FECAFD;
}
.TagClassName
{
border-color: #FECAFD;
}
</style>