Shades of Selago #FFF6FE
Tints of Selago #FFF6FE
RGB
CMYK
RGB Variations
Color information
#FFF6FE (or 0xFFF6FE) is known color: Selago. HEX triplet: FF, F6 and FE. RGB value is (255,246,254). Sum of RGB (Red+Green+Blue) = 255+246+254=755 (100% of max value = 765). Red value is 255 (100% from 255 or 33.77% from 755); Green value is 246 (96.48% from 255 or 32.58% from 755); Blue value is 254 (99.61% from 255 or 33.64% from 755); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF6FE is #000901. Grayscale: #F9F9F9. Windows color (decimal): -2306 or 16709375. OLE color: 16709375.
HSL color Cylindrical-coordinate representation of color #FFF6FE: hue angle of 306.67º degrees, saturation: 1, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FFF6FE is Cyan = 0, Magento = 0.04, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 254 | - |
| CMYK | 0 | 0.04 | 0.00 | 0 |
| HSL | 306.67º | 1% | 0.98% | - |
| HSV(B) | 306.67º | 0.04% | 1% | - |
| XYZ | 92.09 | 94.33 | 107.12 | - |
| YUV | 249.6 | 130.48 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 254 | 0 | 0.04 | 0.00 | 0 | 306.67 | 1 | 0.98 |
| Hex | FF | F6 | FE | 0 | 4 | 0 | 0 | 133 | 64 | 62 |
| Octal | 377 | 366 | 376 | 0 | 4 | 0 | 0 | 463 | 144 | 142 |
| Binary | 11111111 | 11110110 | 11111110 | 0 | 100 | 0 | 0 | 100110011 | 1100100 | 1100010 |
Color Harmonies of #FFF6FE
Complementary color
Monochromatic Colors of #FFF6FE
Black with #FFF6FE
Text Example
Text Example
White with #FFF6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF6FE; }
p { color: rgb(255,246,254); }
H1.HeaderClassName
{
color: #FFF6FE;
}
.AnyTagClassName
{
color: #FFF6FE;
}
</style>
background-color css
<style>
a { background-color: #FFF6FE; }
a { background-color: rgb(255,246,254); }
div.DivClassName
{
background-color: #FFF6FE;
}
.BgClassName
{
background-color: #FFF6FE;
}
</style>
border-color css
<style>
span { border-color: #FFF6FE; }
span { border-color: rgb(255,246,254); }
td.TdClassName
{
border-color: #FFF6FE;
}
.TagClassName
{
border-color: #FFF6FE;
}
</style>