Shades of Selago #FEE5FE
Tints of Selago #FEE5FE
RGB
CMYK
RGB Variations
Color information
#FEE5FE (or 0xFEE5FE) is known color: Selago. HEX triplet: FE, E5 and FE. RGB value is (254,229,254). Sum of RGB (Red+Green+Blue) = 254+229+254=737 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.46% from 737); Green value is 229 (89.84% from 255 or 31.07% from 737); Blue value is 254 (99.61% from 255 or 34.46% from 737); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEE5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE5FE is #011A01. Grayscale: #EFEFEF. Windows color (decimal): -72194 or 16705022. OLE color: 16705022.
HSL color Cylindrical-coordinate representation of color #FEE5FE: 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 #FEE5FE is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 229 | 254 | - |
CMYK | 0 | 0.10 | 0 | 0.00 |
HSL | 300º | 0.93% | 0.95% | - |
HSV(B) | 300º | 0.1% | 1% | - |
XYZ | 86.78 | 84.27 | 105.46 | - |
YUV | 239.33 | 136.28 | 138.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 229 | 254 | 0 | 0.10 | 0 | 0.00 | 300 | 0.93 | 0.95 |
Hex | FE | E5 | FE | 0 | A | 0 | 0 | 12C | 5D | 5F |
Octal | 376 | 345 | 376 | 0 | 12 | 0 | 0 | 454 | 135 | 137 |
Binary | 11111110 | 11100101 | 11111110 | 0 | 1010 | 0 | 0 | 100101100 | 1011101 | 1011111 |
Color Harmonies of #FEE5FE
Complementary color
Monochromatic Colors of #FEE5FE
Black with #FEE5FE
Text Example
Text Example
White with #FEE5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE5FE; }
p { color: rgb(254,229,254); }
H1.HeaderClassName
{
color: #FEE5FE;
}
.AnyTagClassName
{
color: #FEE5FE;
}
</style>
background-color css
<style>
a { background-color: #FEE5FE; }
a { background-color: rgb(254,229,254); }
div.DivClassName
{
background-color: #FEE5FE;
}
.BgClassName
{
background-color: #FEE5FE;
}
</style>
border-color css
<style>
span { border-color: #FEE5FE; }
span { border-color: rgb(254,229,254); }
td.TdClassName
{
border-color: #FEE5FE;
}
.TagClassName
{
border-color: #FEE5FE;
}
</style>