Shades of Selago #FEE9FD
Tints of Selago #FEE9FD
RGB
CMYK
RGB Variations
Color information
#FEE9FD (or 0xFEE9FD) is known color: Selago. HEX triplet: FE, E9 and FD. RGB value is (254,233,253). Sum of RGB (Red+Green+Blue) = 254+233+253=740 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.32% from 740); Green value is 233 (91.41% from 255 or 31.49% from 740); Blue value is 253 (99.22% from 255 or 34.19% from 740); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE9FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE9FD is #011602. Grayscale: #F1F1F1. Windows color (decimal): -71171 or 16640510. OLE color: 16640510.
HSL color Cylindrical-coordinate representation of color #FEE9FD: hue angle of 302.86º degrees, saturation: 0.91, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FEE9FD is Cyan = 0, Magento = 0.08, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 233 | 253 | - |
CMYK | 0 | 0.08 | 0.00 | 0.00 |
HSL | 302.86º | 0.91% | 0.95% | - |
HSV(B) | 302.86º | 0.08% | 1% | - |
XYZ | 87.74 | 86.44 | 104.99 | - |
YUV | 241.56 | 134.46 | 136.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 233 | 253 | 0 | 0.08 | 0.00 | 0.00 | 302.86 | 0.91 | 0.95 |
Hex | FE | E9 | FD | 0 | 8 | 0 | 0 | 12F | 5B | 5F |
Octal | 376 | 351 | 375 | 0 | 10 | 0 | 0 | 457 | 133 | 137 |
Binary | 11111110 | 11101001 | 11111101 | 0 | 1000 | 0 | 0 | 100101111 | 1011011 | 1011111 |
Color Harmonies of #FEE9FD
Complementary color
Monochromatic Colors of #FEE9FD
Black with #FEE9FD
Text Example
Text Example
White with #FEE9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE9FD; }
p { color: rgb(254,233,253); }
H1.HeaderClassName
{
color: #FEE9FD;
}
.AnyTagClassName
{
color: #FEE9FD;
}
</style>
background-color css
<style>
a { background-color: #FEE9FD; }
a { background-color: rgb(254,233,253); }
div.DivClassName
{
background-color: #FEE9FD;
}
.BgClassName
{
background-color: #FEE9FD;
}
</style>
border-color css
<style>
span { border-color: #FEE9FD; }
span { border-color: rgb(254,233,253); }
td.TdClassName
{
border-color: #FEE9FD;
}
.TagClassName
{
border-color: #FEE9FD;
}
</style>