Shades of Selago #FEE2FC
Tints of Selago #FEE2FC
RGB
CMYK
RGB Variations
Color information
#FEE2FC (or 0xFEE2FC) is known color: Selago. HEX triplet: FE, E2 and FC. RGB value is (254,226,252). Sum of RGB (Red+Green+Blue) = 254+226+252=732 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.70% from 732); Green value is 226 (88.67% from 255 or 30.87% from 732); Blue value is 252 (98.83% from 255 or 34.43% from 732); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE2FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE2FC is #011D03. Grayscale: #EDEDED. Windows color (decimal): -72964 or 16573182. OLE color: 16573182.
HSL color Cylindrical-coordinate representation of color #FEE2FC: hue angle of 304.29º degrees, saturation: 0.93, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FEE2FC is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 226 | 252 | - |
CMYK | 0 | 0.11 | 0.01 | 0.00 |
HSL | 304.29º | 0.93% | 0.94% | - |
HSV(B) | 304.29º | 0.11% | 1% | - |
XYZ | 85.64 | 82.49 | 103.5 | - |
YUV | 237.34 | 136.28 | 139.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 226 | 252 | 0 | 0.11 | 0.01 | 0.00 | 304.29 | 0.93 | 0.94 |
Hex | FE | E2 | FC | 0 | B | 1 | 0 | 130 | 5D | 5E |
Octal | 376 | 342 | 374 | 0 | 13 | 1 | 0 | 460 | 135 | 136 |
Binary | 11111110 | 11100010 | 11111100 | 0 | 1011 | 1 | 0 | 100110000 | 1011101 | 1011110 |
Color Harmonies of #FEE2FC
Complementary color
Monochromatic Colors of #FEE2FC
Black with #FEE2FC
Text Example
Text Example
White with #FEE2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE2FC; }
p { color: rgb(254,226,252); }
H1.HeaderClassName
{
color: #FEE2FC;
}
.AnyTagClassName
{
color: #FEE2FC;
}
</style>
background-color css
<style>
a { background-color: #FEE2FC; }
a { background-color: rgb(254,226,252); }
div.DivClassName
{
background-color: #FEE2FC;
}
.BgClassName
{
background-color: #FEE2FC;
}
</style>
border-color css
<style>
span { border-color: #FEE2FC; }
span { border-color: rgb(254,226,252); }
td.TdClassName
{
border-color: #FEE2FC;
}
.TagClassName
{
border-color: #FEE2FC;
}
</style>