Shades of Snuff #FEBEFF
Tints of Snuff #FEBEFF
RGB
CMYK
RGB Variations
Color information
#FEBEFF (or 0xFEBEFF) is known color: Snuff. HEX triplet: FE, BE and FF. RGB value is (254,190,255). Sum of RGB (Red+Green+Blue) = 254+190+255=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 190 (74.61% from 255 or 27.18% from 699); Blue value is 255 (100% from 255 or 36.48% from 699); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEBEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBEFF is #014100. Grayscale: #D8D8D8. Windows color (decimal): -82177 or 16760574. OLE color: 16760574.
HSL color Cylindrical-coordinate representation of color #FEBEFF: hue angle of 299.08º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FEBEFF is Cyan = 0.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 190 | 255 | - |
| CMYK | 0.00 | 0.25 | 0 | 0 |
| HSL | 299.08º | 1% | 0.87% | - |
| HSV(B) | 299.08º | 0.25% | 1% | - |
| XYZ | 77.34 | 65.12 | 103.1 | - |
| YUV | 216.55 | 149.7 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 255 | 0.00 | 0.25 | 0 | 0 | 299.08 | 1 | 0.87 |
| Hex | FE | BE | FF | 0 | 19 | 0 | 0 | 12B | 64 | 57 |
| Octal | 376 | 276 | 377 | 0 | 31 | 0 | 0 | 453 | 144 | 127 |
| Binary | 11111110 | 10111110 | 11111111 | 0 | 11001 | 0 | 0 | 100101011 | 1100100 | 1010111 |
Color Harmonies of #FEBEFF
Complementary color
Monochromatic Colors of #FEBEFF
Black with #FEBEFF
Text Example
Text Example
White with #FEBEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBEFF; }
p { color: rgb(254,190,255); }
H1.HeaderClassName
{
color: #FEBEFF;
}
.AnyTagClassName
{
color: #FEBEFF;
}
</style>
background-color css
<style>
a { background-color: #FEBEFF; }
a { background-color: rgb(254,190,255); }
div.DivClassName
{
background-color: #FEBEFF;
}
.BgClassName
{
background-color: #FEBEFF;
}
</style>
border-color css
<style>
span { border-color: #FEBEFF; }
span { border-color: rgb(254,190,255); }
td.TdClassName
{
border-color: #FEBEFF;
}
.TagClassName
{
border-color: #FEBEFF;
}
</style>