Shades of Selago #FFEEFD
Tints of Selago #FFEEFD
RGB
CMYK
RGB Variations
Color information
#FFEEFD (or 0xFFEEFD) is known color: Selago. HEX triplet: FF, EE and FD. RGB value is (255,238,253). Sum of RGB (Red+Green+Blue) = 255+238+253=746 (98% of max value = 765). Red value is 255 (100% from 255 or 34.18% from 746); Green value is 238 (93.36% from 255 or 31.90% from 746); Blue value is 253 (99.22% from 255 or 33.91% from 746); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEEFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEEFD is #001102. Grayscale: #F4F4F4. Windows color (decimal): -4355 or 16641791. OLE color: 16641791.
HSL color Cylindrical-coordinate representation of color #FFEEFD: hue angle of 307.06º 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 #FFEEFD is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 253 | - |
| CMYK | 0 | 0.07 | 0.01 | 0 |
| HSL | 307.06º | 1% | 0.97% | - |
| HSV(B) | 307.06º | 0.07% | 1% | - |
| XYZ | 89.54 | 89.5 | 105.48 | - |
| YUV | 244.79 | 132.63 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 253 | 0 | 0.07 | 0.01 | 0 | 307.06 | 1 | 0.97 |
| Hex | FF | EE | FD | 0 | 7 | 1 | 0 | 133 | 64 | 61 |
| Octal | 377 | 356 | 375 | 0 | 7 | 1 | 0 | 463 | 144 | 141 |
| Binary | 11111111 | 11101110 | 11111101 | 0 | 111 | 1 | 0 | 100110011 | 1100100 | 1100001 |
Color Harmonies of #FFEEFD
Complementary color
Monochromatic Colors of #FFEEFD
Black with #FFEEFD
Text Example
Text Example
White with #FFEEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEEFD; }
p { color: rgb(255,238,253); }
H1.HeaderClassName
{
color: #FFEEFD;
}
.AnyTagClassName
{
color: #FFEEFD;
}
</style>
background-color css
<style>
a { background-color: #FFEEFD; }
a { background-color: rgb(255,238,253); }
div.DivClassName
{
background-color: #FFEEFD;
}
.BgClassName
{
background-color: #FFEEFD;
}
</style>
border-color css
<style>
span { border-color: #FFEEFD; }
span { border-color: rgb(255,238,253); }
td.TdClassName
{
border-color: #FFEEFD;
}
.TagClassName
{
border-color: #FFEEFD;
}
</style>