Shades of Selago #FFEFFF
Tints of Selago #FFEFFF
RGB
CMYK
RGB Variations
Color information
#FFEFFF (or 0xFFEFFF) is known color: Selago. HEX triplet: FF, EF and FF. RGB value is (255,239,255). Sum of RGB (Red+Green+Blue) = 255+239+255=749 (99% of max value = 765). Red value is 255 (100% from 255 or 34.05% from 749); Green value is 239 (93.75% from 255 or 31.91% from 749); Blue value is 255 (100% from 255 or 34.05% from 749); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFEFFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEFFF is #001000. Grayscale: #F5F5F5. Windows color (decimal): -4097 or 16773119. OLE color: 16773119.
HSL color Cylindrical-coordinate representation of color #FFEFFF: hue angle of 300º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FFEFFF is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 255 | - |
| CMYK | 0 | 0.06 | 0 | 0 |
| HSL | 300º | 1% | 0.97% | - |
| HSV(B) | 300º | 0.06% | 1% | - |
| XYZ | 90.16 | 90.21 | 107.27 | - |
| YUV | 245.61 | 133.3 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 255 | 0 | 0.06 | 0 | 0 | 300 | 1 | 0.97 |
| Hex | FF | EF | FF | 0 | 6 | 0 | 0 | 12C | 64 | 61 |
| Octal | 377 | 357 | 377 | 0 | 6 | 0 | 0 | 454 | 144 | 141 |
| Binary | 11111111 | 11101111 | 11111111 | 0 | 110 | 0 | 0 | 100101100 | 1100100 | 1100001 |
Color Harmonies of #FFEFFF
Complementary color
Monochromatic Colors of #FFEFFF
Black with #FFEFFF
Text Example
Text Example
White with #FFEFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEFFF; }
p { color: rgb(255,239,255); }
H1.HeaderClassName
{
color: #FFEFFF;
}
.AnyTagClassName
{
color: #FFEFFF;
}
</style>
background-color css
<style>
a { background-color: #FFEFFF; }
a { background-color: rgb(255,239,255); }
div.DivClassName
{
background-color: #FFEFFF;
}
.BgClassName
{
background-color: #FFEFFF;
}
</style>
border-color css
<style>
span { border-color: #FFEFFF; }
span { border-color: rgb(255,239,255); }
td.TdClassName
{
border-color: #FFEFFF;
}
.TagClassName
{
border-color: #FFEFFF;
}
</style>