Shades of Selago #FEF5FD
Tints of Selago #FEF5FD
RGB
CMYK
RGB Variations
Color information
#FEF5FD (or 0xFEF5FD) is known color: Selago. HEX triplet: FE, F5 and FD. RGB value is (254,245,253). Sum of RGB (Red+Green+Blue) = 254+245+253=752 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.78% from 752); Green value is 245 (96.09% from 255 or 32.58% from 752); Blue value is 253 (99.22% from 255 or 33.64% from 752); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF5FD is #010A02. Grayscale: #F8F8F8. Windows color (decimal): -68099 or 16643582. OLE color: 16643582.
HSL color Cylindrical-coordinate representation of color #FEF5FD: hue angle of 306.67º degrees, saturation: 0.82, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FEF5FD is Cyan = 0, Magento = 0.04, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 253 | - |
| CMYK | 0 | 0.04 | 0.00 | 0.00 |
| HSL | 306.67º | 0.82% | 0.98% | - |
| HSV(B) | 306.67º | 0.04% | 1% | - |
| XYZ | 91.26 | 93.47 | 106.16 | - |
| YUV | 248.6 | 130.48 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 253 | 0 | 0.04 | 0.00 | 0.00 | 306.67 | 0.82 | 0.98 |
| Hex | FE | F5 | FD | 0 | 4 | 0 | 0 | 133 | 52 | 62 |
| Octal | 376 | 365 | 375 | 0 | 4 | 0 | 0 | 463 | 122 | 142 |
| Binary | 11111110 | 11110101 | 11111101 | 0 | 100 | 0 | 0 | 100110011 | 1010010 | 1100010 |
Color Harmonies of #FEF5FD
Complementary color
Monochromatic Colors of #FEF5FD
Black with #FEF5FD
Text Example
Text Example
White with #FEF5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF5FD; }
p { color: rgb(254,245,253); }
H1.HeaderClassName
{
color: #FEF5FD;
}
.AnyTagClassName
{
color: #FEF5FD;
}
</style>
background-color css
<style>
a { background-color: #FEF5FD; }
a { background-color: rgb(254,245,253); }
div.DivClassName
{
background-color: #FEF5FD;
}
.BgClassName
{
background-color: #FEF5FD;
}
</style>
border-color css
<style>
span { border-color: #FEF5FD; }
span { border-color: rgb(254,245,253); }
td.TdClassName
{
border-color: #FEF5FD;
}
.TagClassName
{
border-color: #FEF5FD;
}
</style>