Shades of Selago #FEE4FD
Tints of Selago #FEE4FD
RGB
CMYK
RGB Variations
Color information
#FEE4FD (or 0xFEE4FD) is known color: Selago. HEX triplet: FE, E4 and FD. RGB value is (254,228,253). Sum of RGB (Red+Green+Blue) = 254+228+253=735 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.56% from 735); Green value is 228 (89.45% from 255 or 31.02% from 735); Blue value is 253 (99.22% from 255 or 34.42% from 735); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE4FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE4FD is #011B02. Grayscale: #EEEEEE. Windows color (decimal): -72451 or 16639230. OLE color: 16639230.
HSL color Cylindrical-coordinate representation of color #FEE4FD: hue angle of 302.31º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FEE4FD is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 228 | 253 | - |
CMYK | 0 | 0.10 | 0.00 | 0.00 |
HSL | 302.31º | 0.93% | 0.95% | - |
HSV(B) | 302.31º | 0.1% | 1% | - |
XYZ | 86.35 | 83.65 | 104.52 | - |
YUV | 238.62 | 136.11 | 138.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 228 | 253 | 0 | 0.10 | 0.00 | 0.00 | 302.31 | 0.93 | 0.95 |
Hex | FE | E4 | FD | 0 | A | 0 | 0 | 12E | 5D | 5F |
Octal | 376 | 344 | 375 | 0 | 12 | 0 | 0 | 456 | 135 | 137 |
Binary | 11111110 | 11100100 | 11111101 | 0 | 1010 | 0 | 0 | 100101110 | 1011101 | 1011111 |
Color Harmonies of #FEE4FD
Complementary color
Monochromatic Colors of #FEE4FD
Black with #FEE4FD
Text Example
Text Example
White with #FEE4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE4FD; }
p { color: rgb(254,228,253); }
H1.HeaderClassName
{
color: #FEE4FD;
}
.AnyTagClassName
{
color: #FEE4FD;
}
</style>
background-color css
<style>
a { background-color: #FEE4FD; }
a { background-color: rgb(254,228,253); }
div.DivClassName
{
background-color: #FEE4FD;
}
.BgClassName
{
background-color: #FEE4FD;
}
</style>
border-color css
<style>
span { border-color: #FEE4FD; }
span { border-color: rgb(254,228,253); }
td.TdClassName
{
border-color: #FEE4FD;
}
.TagClassName
{
border-color: #FEE4FD;
}
</style>