Shades of Snuff #FECAFB
Tints of Snuff #FECAFB
RGB
CMYK
RGB Variations
Color information
#FECAFB (or 0xFECAFB) is known color: Snuff. HEX triplet: FE, CA and FB. RGB value is (254,202,251). Sum of RGB (Red+Green+Blue) = 254+202+251=707 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.93% from 707); Green value is 202 (79.30% from 255 or 28.57% from 707); Blue value is 251 (98.44% from 255 or 35.50% from 707); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECAFB is #013504. Grayscale: #DEDEDE. Windows color (decimal): -79109 or 16501502. OLE color: 16501502.
HSL color Cylindrical-coordinate representation of color #FECAFB: hue angle of 303.46º 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 #FECAFB is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 251 | - |
| CMYK | 0 | 0.20 | 0.01 | 0.00 |
| HSL | 303.46º | 0.96% | 0.89% | - |
| HSV(B) | 303.46º | 0.2% | 1% | - |
| XYZ | 79.41 | 70.28 | 100.65 | - |
| YUV | 223.13 | 143.73 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 251 | 0 | 0.20 | 0.01 | 0.00 | 303.46 | 0.96 | 0.89 |
| Hex | FE | CA | FB | 0 | 14 | 1 | 0 | 12F | 60 | 59 |
| Octal | 376 | 312 | 373 | 0 | 24 | 1 | 0 | 457 | 140 | 131 |
| Binary | 11111110 | 11001010 | 11111011 | 0 | 10100 | 1 | 0 | 100101111 | 1100000 | 1011001 |
Color Harmonies of #FECAFB
Complementary color
Monochromatic Colors of #FECAFB
Black with #FECAFB
Text Example
Text Example
White with #FECAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECAFB; }
p { color: rgb(254,202,251); }
H1.HeaderClassName
{
color: #FECAFB;
}
.AnyTagClassName
{
color: #FECAFB;
}
</style>
background-color css
<style>
a { background-color: #FECAFB; }
a { background-color: rgb(254,202,251); }
div.DivClassName
{
background-color: #FECAFB;
}
.BgClassName
{
background-color: #FECAFB;
}
</style>
border-color css
<style>
span { border-color: #FECAFB; }
span { border-color: rgb(254,202,251); }
td.TdClassName
{
border-color: #FECAFB;
}
.TagClassName
{
border-color: #FECAFB;
}
</style>