Shades of Selago #FEE7FA
Tints of Selago #FEE7FA
RGB
CMYK
RGB Variations
Color information
#FEE7FA (or 0xFEE7FA) is known color: Selago. HEX triplet: FE, E7 and FA. RGB value is (254,231,250). Sum of RGB (Red+Green+Blue) = 254+231+250=735 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.56% from 735); Green value is 231 (90.62% from 255 or 31.43% from 735); Blue value is 250 (98.05% from 255 or 34.01% from 735); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE7FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE7FA is #011805. Grayscale: #EFEFEF. Windows color (decimal): -71686 or 16443390. OLE color: 16443390.
HSL color Cylindrical-coordinate representation of color #FEE7FA: hue angle of 310.43º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FEE7FA is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 250 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.00 |
| HSL | 310.43º | 0.92% | 0.95% | - |
| HSV(B) | 310.43º | 0.09% | 1% | - |
| XYZ | 86.7 | 85.12 | 102.3 | - |
| YUV | 240.04 | 133.62 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 250 | 0 | 0.09 | 0.02 | 0.00 | 310.43 | 0.92 | 0.95 |
| Hex | FE | E7 | FA | 0 | 9 | 2 | 0 | 136 | 5C | 5F |
| Octal | 376 | 347 | 372 | 0 | 11 | 2 | 0 | 466 | 134 | 137 |
| Binary | 11111110 | 11100111 | 11111010 | 0 | 1001 | 10 | 0 | 100110110 | 1011100 | 1011111 |
Color Harmonies of #FEE7FA
Complementary color
Monochromatic Colors of #FEE7FA
Black with #FEE7FA
Text Example
Text Example
White with #FEE7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE7FA; }
p { color: rgb(254,231,250); }
H1.HeaderClassName
{
color: #FEE7FA;
}
.AnyTagClassName
{
color: #FEE7FA;
}
</style>
background-color css
<style>
a { background-color: #FEE7FA; }
a { background-color: rgb(254,231,250); }
div.DivClassName
{
background-color: #FEE7FA;
}
.BgClassName
{
background-color: #FEE7FA;
}
</style>
border-color css
<style>
span { border-color: #FEE7FA; }
span { border-color: rgb(254,231,250); }
td.TdClassName
{
border-color: #FEE7FA;
}
.TagClassName
{
border-color: #FEE7FA;
}
</style>