Shades of Selago #FEF1FC
Tints of Selago #FEF1FC
RGB
CMYK
RGB Variations
Color information
#FEF1FC (or 0xFEF1FC) is known color: Selago. HEX triplet: FE, F1 and FC. RGB value is (254,241,252). Sum of RGB (Red+Green+Blue) = 254+241+252=747 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.00% from 747); Green value is 241 (94.53% from 255 or 32.26% from 747); Blue value is 252 (98.83% from 255 or 33.73% from 747); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF1FC is #010E03. Grayscale: #F6F6F6. Windows color (decimal): -69124 or 16577022. OLE color: 16577022.
HSL color Cylindrical-coordinate representation of color #FEF1FC: hue angle of 309.23º degrees, saturation: 0.87, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FEF1FC is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 252 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.00 |
| HSL | 309.23º | 0.87% | 0.97% | - |
| HSV(B) | 309.23º | 0.05% | 1% | - |
| XYZ | 89.9 | 91.01 | 104.92 | - |
| YUV | 246.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 252 | 0 | 0.05 | 0.01 | 0.00 | 309.23 | 0.87 | 0.97 |
| Hex | FE | F1 | FC | 0 | 5 | 1 | 0 | 135 | 57 | 61 |
| Octal | 376 | 361 | 374 | 0 | 5 | 1 | 0 | 465 | 127 | 141 |
| Binary | 11111110 | 11110001 | 11111100 | 0 | 101 | 1 | 0 | 100110101 | 1010111 | 1100001 |
Color Harmonies of #FEF1FC
Complementary color
Monochromatic Colors of #FEF1FC
Black with #FEF1FC
Text Example
Text Example
White with #FEF1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF1FC; }
p { color: rgb(254,241,252); }
H1.HeaderClassName
{
color: #FEF1FC;
}
.AnyTagClassName
{
color: #FEF1FC;
}
</style>
background-color css
<style>
a { background-color: #FEF1FC; }
a { background-color: rgb(254,241,252); }
div.DivClassName
{
background-color: #FEF1FC;
}
.BgClassName
{
background-color: #FEF1FC;
}
</style>
border-color css
<style>
span { border-color: #FEF1FC; }
span { border-color: rgb(254,241,252); }
td.TdClassName
{
border-color: #FEF1FC;
}
.TagClassName
{
border-color: #FEF1FC;
}
</style>