Shades of Selago #FEF2FF
Tints of Selago #FEF2FF
RGB
CMYK
RGB Variations
Color information
#FEF2FF (or 0xFEF2FF) is known color: Selago. HEX triplet: FE, F2 and FF. RGB value is (254,242,255). Sum of RGB (Red+Green+Blue) = 254+242+255=751 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.82% from 751); Green value is 242 (94.92% from 255 or 32.22% from 751); Blue value is 255 (100% from 255 or 33.95% from 751); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEF2FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF2FF is #010D00. Grayscale: #F7F7F7. Windows color (decimal): -68865 or 16773886. OLE color: 16773886.
HSL color Cylindrical-coordinate representation of color #FEF2FF: hue angle of 295.38º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FEF2FF is Cyan = 0.00, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 242 | 255 | - |
| CMYK | 0.00 | 0.05 | 0 | 0 |
| HSL | 295.38º | 1% | 0.97% | - |
| HSV(B) | 295.38º | 0.05% | 1% | - |
| XYZ | 90.68 | 91.8 | 107.55 | - |
| YUV | 247.07 | 132.48 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 255 | 0.00 | 0.05 | 0 | 0 | 295.38 | 1 | 0.97 |
| Hex | FE | F2 | FF | 0 | 5 | 0 | 0 | 127 | 64 | 61 |
| Octal | 376 | 362 | 377 | 0 | 5 | 0 | 0 | 447 | 144 | 141 |
| Binary | 11111110 | 11110010 | 11111111 | 0 | 101 | 0 | 0 | 100100111 | 1100100 | 1100001 |
Color Harmonies of #FEF2FF
Complementary color
Monochromatic Colors of #FEF2FF
Black with #FEF2FF
Text Example
Text Example
White with #FEF2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF2FF; }
p { color: rgb(254,242,255); }
H1.HeaderClassName
{
color: #FEF2FF;
}
.AnyTagClassName
{
color: #FEF2FF;
}
</style>
background-color css
<style>
a { background-color: #FEF2FF; }
a { background-color: rgb(254,242,255); }
div.DivClassName
{
background-color: #FEF2FF;
}
.BgClassName
{
background-color: #FEF2FF;
}
</style>
border-color css
<style>
span { border-color: #FEF2FF; }
span { border-color: rgb(254,242,255); }
td.TdClassName
{
border-color: #FEF2FF;
}
.TagClassName
{
border-color: #FEF2FF;
}
</style>