Shades of Selago #FEF0FC
Tints of Selago #FEF0FC
RGB
CMYK
RGB Variations
Color information
#FEF0FC (or 0xFEF0FC) is known color: Selago. HEX triplet: FE, F0 and FC. RGB value is (254,240,252). Sum of RGB (Red+Green+Blue) = 254+240+252=746 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.05% from 746); Green value is 240 (94.14% from 255 or 32.17% from 746); Blue value is 252 (98.83% from 255 or 33.78% from 746); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF0FC is #010F03. Grayscale: #F5F5F5. Windows color (decimal): -69380 or 16576766. OLE color: 16576766.
HSL color Cylindrical-coordinate representation of color #FEF0FC: hue angle of 308.57º degrees, saturation: 0.88, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FEF0FC is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 252 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.00 |
| HSL | 308.57º | 0.88% | 0.97% | - |
| HSV(B) | 308.57º | 0.06% | 1% | - |
| XYZ | 89.6 | 90.42 | 104.83 | - |
| YUV | 245.55 | 131.64 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 252 | 0 | 0.06 | 0.01 | 0.00 | 308.57 | 0.88 | 0.97 |
| Hex | FE | F0 | FC | 0 | 6 | 1 | 0 | 135 | 58 | 61 |
| Octal | 376 | 360 | 374 | 0 | 6 | 1 | 0 | 465 | 130 | 141 |
| Binary | 11111110 | 11110000 | 11111100 | 0 | 110 | 1 | 0 | 100110101 | 1011000 | 1100001 |
Color Harmonies of #FEF0FC
Complementary color
Monochromatic Colors of #FEF0FC
Black with #FEF0FC
Text Example
Text Example
White with #FEF0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF0FC; }
p { color: rgb(254,240,252); }
H1.HeaderClassName
{
color: #FEF0FC;
}
.AnyTagClassName
{
color: #FEF0FC;
}
</style>
background-color css
<style>
a { background-color: #FEF0FC; }
a { background-color: rgb(254,240,252); }
div.DivClassName
{
background-color: #FEF0FC;
}
.BgClassName
{
background-color: #FEF0FC;
}
</style>
border-color css
<style>
span { border-color: #FEF0FC; }
span { border-color: rgb(254,240,252); }
td.TdClassName
{
border-color: #FEF0FC;
}
.TagClassName
{
border-color: #FEF0FC;
}
</style>