Shades of Selago #FFEEFE
Tints of Selago #FFEEFE
RGB
CMYK
RGB Variations
Color information
#FFEEFE (or 0xFFEEFE) is known color: Selago. HEX triplet: FF, EE and FE. RGB value is (255,238,254). Sum of RGB (Red+Green+Blue) = 255+238+254=747 (98% of max value = 765). Red value is 255 (100% from 255 or 34.14% from 747); Green value is 238 (93.36% from 255 or 31.86% from 747); Blue value is 254 (99.61% from 255 or 34.00% from 747); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEEFE is #001101. Grayscale: #F4F4F4. Windows color (decimal): -4354 or 16707327. OLE color: 16707327.
HSL color Cylindrical-coordinate representation of color #FFEEFE: hue angle of 303.53º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FFEEFE is Cyan = 0, Magento = 0.07, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 254 | - |
| CMYK | 0 | 0.07 | 0.00 | 0 |
| HSL | 303.53º | 1% | 0.97% | - |
| HSV(B) | 303.53º | 0.07% | 1% | - |
| XYZ | 89.7 | 89.56 | 106.33 | - |
| YUV | 244.91 | 133.13 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 254 | 0 | 0.07 | 0.00 | 0 | 303.53 | 1 | 0.97 |
| Hex | FF | EE | FE | 0 | 7 | 0 | 0 | 130 | 64 | 61 |
| Octal | 377 | 356 | 376 | 0 | 7 | 0 | 0 | 460 | 144 | 141 |
| Binary | 11111111 | 11101110 | 11111110 | 0 | 111 | 0 | 0 | 100110000 | 1100100 | 1100001 |
Color Harmonies of #FFEEFE
Complementary color
Monochromatic Colors of #FFEEFE
Black with #FFEEFE
Text Example
Text Example
White with #FFEEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEEFE; }
p { color: rgb(255,238,254); }
H1.HeaderClassName
{
color: #FFEEFE;
}
.AnyTagClassName
{
color: #FFEEFE;
}
</style>
background-color css
<style>
a { background-color: #FFEEFE; }
a { background-color: rgb(255,238,254); }
div.DivClassName
{
background-color: #FFEEFE;
}
.BgClassName
{
background-color: #FFEEFE;
}
</style>
border-color css
<style>
span { border-color: #FFEEFE; }
span { border-color: rgb(255,238,254); }
td.TdClassName
{
border-color: #FFEEFE;
}
.TagClassName
{
border-color: #FFEEFE;
}
</style>