Shades of Selago #FFFEFF
Tints of Selago #FFFEFF
RGB
CMYK
RGB Variations
Color information
#FFFEFF (or 0xFFFEFF) is known color: Selago. HEX triplet: FF, FE and FF. RGB value is (255,254,255). Sum of RGB (Red+Green+Blue) = 255+254+255=764 (101% of max value = 765). Red value is 255 (100% from 255 or 33.38% from 764); Green value is 254 (99.61% from 255 or 33.25% from 764); Blue value is 255 (100% from 255 or 33.38% from 764); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFFEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFEFF is #000100. Grayscale: #FEFEFE. Windows color (decimal): -257 or 16776959. OLE color: 16776959.
HSL color Cylindrical-coordinate representation of color #FFFEFF: hue angle of 300º degrees, saturation: 1, lightness: 1%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0%. Process color model (Four color, CMYK) of #FFFEFF is Cyan = 0, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 255 | - |
| CMYK | 0 | 0.00 | 0 | 0 |
| HSL | 300º | 1% | 1% | - |
| HSV(B) | 300º | 0% | 1% | - |
| XYZ | 94.73 | 99.36 | 108.79 | - |
| YUV | 254.41 | 128.33 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 255 | 0 | 0.00 | 0 | 0 | 300 | 1 | 1 |
| Hex | FF | FE | FF | 0 | 0 | 0 | 0 | 12C | 64 | 64 |
| Octal | 377 | 376 | 377 | 0 | 0 | 0 | 0 | 454 | 144 | 144 |
| Binary | 11111111 | 11111110 | 11111111 | 0 | 0 | 0 | 0 | 100101100 | 1100100 | 1100100 |
Color Harmonies of #FFFEFF
Complementary color
Monochromatic Colors of #FFFEFF
Black with #FFFEFF
Text Example
Text Example
White with #FFFEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFEFF; }
p { color: rgb(255,254,255); }
H1.HeaderClassName
{
color: #FFFEFF;
}
.AnyTagClassName
{
color: #FFFEFF;
}
</style>
background-color css
<style>
a { background-color: #FFFEFF; }
a { background-color: rgb(255,254,255); }
div.DivClassName
{
background-color: #FFFEFF;
}
.BgClassName
{
background-color: #FFFEFF;
}
</style>
border-color css
<style>
span { border-color: #FFFEFF; }
span { border-color: rgb(255,254,255); }
td.TdClassName
{
border-color: #FFFEFF;
}
.TagClassName
{
border-color: #FFFEFF;
}
</style>