Shades of Snuff #FECBFF
Tints of Snuff #FECBFF
RGB
CMYK
RGB Variations
Color information
#FECBFF (or 0xFECBFF) is known color: Snuff. HEX triplet: FE, CB and FF. RGB value is (254,203,255). Sum of RGB (Red+Green+Blue) = 254+203+255=712 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.67% from 712); Green value is 203 (79.69% from 255 or 28.51% from 712); Blue value is 255 (100% from 255 or 35.81% from 712); Max value from RGB is 255 - color contains mainly: blue. Hex color #FECBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECBFF is #013400. Grayscale: #E0E0E0. Windows color (decimal): -78849 or 16763902. OLE color: 16763902.
HSL color Cylindrical-coordinate representation of color #FECBFF: hue angle of 298.85º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FECBFF is Cyan = 0.00, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 203 | 255 | - |
| CMYK | 0.00 | 0.20 | 0 | 0 |
| HSL | 298.85º | 1% | 0.9% | - |
| HSV(B) | 298.85º | 0.2% | 1% | - |
| XYZ | 80.28 | 71 | 104.08 | - |
| YUV | 224.18 | 145.4 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 255 | 0.00 | 0.20 | 0 | 0 | 298.85 | 1 | 0.9 |
| Hex | FE | CB | FF | 0 | 14 | 0 | 0 | 12B | 64 | 5A |
| Octal | 376 | 313 | 377 | 0 | 24 | 0 | 0 | 453 | 144 | 132 |
| Binary | 11111110 | 11001011 | 11111111 | 0 | 10100 | 0 | 0 | 100101011 | 1100100 | 1011010 |
Color Harmonies of #FECBFF
Complementary color
Monochromatic Colors of #FECBFF
Black with #FECBFF
Text Example
Text Example
White with #FECBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECBFF; }
p { color: rgb(254,203,255); }
H1.HeaderClassName
{
color: #FECBFF;
}
.AnyTagClassName
{
color: #FECBFF;
}
</style>
background-color css
<style>
a { background-color: #FECBFF; }
a { background-color: rgb(254,203,255); }
div.DivClassName
{
background-color: #FECBFF;
}
.BgClassName
{
background-color: #FECBFF;
}
</style>
border-color css
<style>
span { border-color: #FECBFF; }
span { border-color: rgb(254,203,255); }
td.TdClassName
{
border-color: #FECBFF;
}
.TagClassName
{
border-color: #FECBFF;
}
</style>