Shades of Selago #FEE6FA
Tints of Selago #FEE6FA
RGB
CMYK
RGB Variations
Color information
#FEE6FA (or 0xFEE6FA) is known color: Selago. HEX triplet: FE, E6 and FA. RGB value is (254,230,250). Sum of RGB (Red+Green+Blue) = 254+230+250=734 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.60% from 734); Green value is 230 (90.23% from 255 or 31.34% from 734); Blue value is 250 (98.05% from 255 or 34.06% from 734); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE6FA is #011905. Grayscale: #EFEFEF. Windows color (decimal): -71942 or 16443134. OLE color: 16443134.
HSL color Cylindrical-coordinate representation of color #FEE6FA: hue angle of 310º 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 #FEE6FA is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 250 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.00 |
| HSL | 310º | 0.92% | 0.95% | - |
| HSV(B) | 310º | 0.09% | 1% | - |
| XYZ | 86.43 | 84.57 | 102.21 | - |
| YUV | 239.46 | 133.95 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 250 | 0 | 0.09 | 0.02 | 0.00 | 310 | 0.92 | 0.95 |
| Hex | FE | E6 | FA | 0 | 9 | 2 | 0 | 136 | 5C | 5F |
| Octal | 376 | 346 | 372 | 0 | 11 | 2 | 0 | 466 | 134 | 137 |
| Binary | 11111110 | 11100110 | 11111010 | 0 | 1001 | 10 | 0 | 100110110 | 1011100 | 1011111 |
Color Harmonies of #FEE6FA
Complementary color
Monochromatic Colors of #FEE6FA
Black with #FEE6FA
Text Example
Text Example
White with #FEE6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE6FA; }
p { color: rgb(254,230,250); }
H1.HeaderClassName
{
color: #FEE6FA;
}
.AnyTagClassName
{
color: #FEE6FA;
}
</style>
background-color css
<style>
a { background-color: #FEE6FA; }
a { background-color: rgb(254,230,250); }
div.DivClassName
{
background-color: #FEE6FA;
}
.BgClassName
{
background-color: #FEE6FA;
}
</style>
border-color css
<style>
span { border-color: #FEE6FA; }
span { border-color: rgb(254,230,250); }
td.TdClassName
{
border-color: #FEE6FA;
}
.TagClassName
{
border-color: #FEE6FA;
}
</style>