Shades of Selago #FEE4FE
Tints of Selago #FEE4FE
RGB
CMYK
RGB Variations
Color information
#FEE4FE (or 0xFEE4FE) is known color: Selago. HEX triplet: FE, E4 and FE. RGB value is (254,228,254). Sum of RGB (Red+Green+Blue) = 254+228+254=736 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.51% from 736); Green value is 228 (89.45% from 255 or 30.98% from 736); Blue value is 254 (99.61% from 255 or 34.51% from 736); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEE4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE4FE is #011B01. Grayscale: #EEEEEE. Windows color (decimal): -72450 or 16704766. OLE color: 16704766.
HSL color Cylindrical-coordinate representation of color #FEE4FE: hue angle of 300º 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 #FEE4FE is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 228 | 254 | - |
CMYK | 0 | 0.10 | 0 | 0.00 |
HSL | 300º | 0.93% | 0.95% | - |
HSV(B) | 300º | 0.1% | 1% | - |
XYZ | 86.51 | 83.71 | 105.36 | - |
YUV | 238.74 | 136.61 | 138.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 228 | 254 | 0 | 0.10 | 0 | 0.00 | 300 | 0.93 | 0.95 |
Hex | FE | E4 | FE | 0 | A | 0 | 0 | 12C | 5D | 5F |
Octal | 376 | 344 | 376 | 0 | 12 | 0 | 0 | 454 | 135 | 137 |
Binary | 11111110 | 11100100 | 11111110 | 0 | 1010 | 0 | 0 | 100101100 | 1011101 | 1011111 |
Color Harmonies of #FEE4FE
Complementary color
Monochromatic Colors of #FEE4FE
Black with #FEE4FE
Text Example
Text Example
White with #FEE4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE4FE; }
p { color: rgb(254,228,254); }
H1.HeaderClassName
{
color: #FEE4FE;
}
.AnyTagClassName
{
color: #FEE4FE;
}
</style>
background-color css
<style>
a { background-color: #FEE4FE; }
a { background-color: rgb(254,228,254); }
div.DivClassName
{
background-color: #FEE4FE;
}
.BgClassName
{
background-color: #FEE4FE;
}
</style>
border-color css
<style>
span { border-color: #FEE4FE; }
span { border-color: rgb(254,228,254); }
td.TdClassName
{
border-color: #FEE4FE;
}
.TagClassName
{
border-color: #FEE4FE;
}
</style>