Shades of Snuff #FEBEFE
Tints of Snuff #FEBEFE
RGB
CMYK
RGB Variations
Color information
#FEBEFE (or 0xFEBEFE) is known color: Snuff. HEX triplet: FE, BE and FE. RGB value is (254,190,254). Sum of RGB (Red+Green+Blue) = 254+190+254=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 190 (74.61% from 255 or 27.22% from 698); Blue value is 254 (99.61% from 255 or 36.39% from 698); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEBEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBEFE is #014101. Grayscale: #D8D8D8. Windows color (decimal): -82178 or 16695038. OLE color: 16695038.
HSL color Cylindrical-coordinate representation of color #FEBEFE: hue angle of 300º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FEBEFE is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 190 | 254 | - |
| CMYK | 0 | 0.25 | 0 | 0.00 |
| HSL | 300º | 0.97% | 0.87% | - |
| HSV(B) | 300º | 0.25% | 1% | - |
| XYZ | 77.18 | 65.05 | 102.25 | - |
| YUV | 216.43 | 149.2 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 254 | 0 | 0.25 | 0 | 0.00 | 300 | 0.97 | 0.87 |
| Hex | FE | BE | FE | 0 | 19 | 0 | 0 | 12C | 61 | 57 |
| Octal | 376 | 276 | 376 | 0 | 31 | 0 | 0 | 454 | 141 | 127 |
| Binary | 11111110 | 10111110 | 11111110 | 0 | 11001 | 0 | 0 | 100101100 | 1100001 | 1010111 |
Color Harmonies of #FEBEFE
Complementary color
Monochromatic Colors of #FEBEFE
Black with #FEBEFE
Text Example
Text Example
White with #FEBEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBEFE; }
p { color: rgb(254,190,254); }
H1.HeaderClassName
{
color: #FEBEFE;
}
.AnyTagClassName
{
color: #FEBEFE;
}
</style>
background-color css
<style>
a { background-color: #FEBEFE; }
a { background-color: rgb(254,190,254); }
div.DivClassName
{
background-color: #FEBEFE;
}
.BgClassName
{
background-color: #FEBEFE;
}
</style>
border-color css
<style>
span { border-color: #FEBEFE; }
span { border-color: rgb(254,190,254); }
td.TdClassName
{
border-color: #FEBEFE;
}
.TagClassName
{
border-color: #FEBEFE;
}
</style>