Shades of Selago #FFF0FE
Tints of Selago #FFF0FE
RGB
CMYK
RGB Variations
Color information
#FFF0FE (or 0xFFF0FE) is known color: Selago. HEX triplet: FF, F0 and FE. RGB value is (255,240,254). Sum of RGB (Red+Green+Blue) = 255+240+254=749 (99% of max value = 765). Red value is 255 (100% from 255 or 34.05% from 749); Green value is 240 (94.14% from 255 or 32.04% from 749); Blue value is 254 (99.61% from 255 or 33.91% from 749); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF0FE is #000F01. Grayscale: #F6F6F6. Windows color (decimal): -3842 or 16707839. OLE color: 16707839.
HSL color Cylindrical-coordinate representation of color #FFF0FE: hue angle of 304º 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 #FFF0FE is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 254 | - |
| CMYK | 0 | 0.06 | 0.00 | 0 |
| HSL | 304º | 1% | 0.97% | - |
| HSV(B) | 304º | 0.06% | 1% | - |
| XYZ | 90.29 | 90.74 | 106.52 | - |
| YUV | 246.08 | 132.47 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 254 | 0 | 0.06 | 0.00 | 0 | 304 | 1 | 0.97 |
| Hex | FF | F0 | FE | 0 | 6 | 0 | 0 | 130 | 64 | 61 |
| Octal | 377 | 360 | 376 | 0 | 6 | 0 | 0 | 460 | 144 | 141 |
| Binary | 11111111 | 11110000 | 11111110 | 0 | 110 | 0 | 0 | 100110000 | 1100100 | 1100001 |
Color Harmonies of #FFF0FE
Complementary color
Monochromatic Colors of #FFF0FE
Black with #FFF0FE
Text Example
Text Example
White with #FFF0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF0FE; }
p { color: rgb(255,240,254); }
H1.HeaderClassName
{
color: #FFF0FE;
}
.AnyTagClassName
{
color: #FFF0FE;
}
</style>
background-color css
<style>
a { background-color: #FFF0FE; }
a { background-color: rgb(255,240,254); }
div.DivClassName
{
background-color: #FFF0FE;
}
.BgClassName
{
background-color: #FFF0FE;
}
</style>
border-color css
<style>
span { border-color: #FFF0FE; }
span { border-color: rgb(255,240,254); }
td.TdClassName
{
border-color: #FFF0FE;
}
.TagClassName
{
border-color: #FFF0FE;
}
</style>