Shades of Selago #FEDEFC
Tints of Selago #FEDEFC
RGB
CMYK
RGB Variations
Color information
#FEDEFC (or 0xFEDEFC) is known color: Selago. HEX triplet: FE, DE and FC. RGB value is (254,222,252). Sum of RGB (Red+Green+Blue) = 254+222+252=728 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.89% from 728); Green value is 222 (87.11% from 255 or 30.49% from 728); Blue value is 252 (98.83% from 255 or 34.62% from 728); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDEFC is #012103. Grayscale: #EAEAEA. Windows color (decimal): -73988 or 16572158. OLE color: 16572158.
HSL color Cylindrical-coordinate representation of color #FEDEFC: hue angle of 303.75º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEDEFC is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 252 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.00 |
| HSL | 303.75º | 0.94% | 0.93% | - |
| HSV(B) | 303.75º | 0.13% | 1% | - |
| XYZ | 84.57 | 80.34 | 103.15 | - |
| YUV | 234.99 | 137.6 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 252 | 0 | 0.13 | 0.01 | 0.00 | 303.75 | 0.94 | 0.93 |
| Hex | FE | DE | FC | 0 | D | 1 | 0 | 130 | 5E | 5D |
| Octal | 376 | 336 | 374 | 0 | 15 | 1 | 0 | 460 | 136 | 135 |
| Binary | 11111110 | 11011110 | 11111100 | 0 | 1101 | 1 | 0 | 100110000 | 1011110 | 1011101 |
Color Harmonies of #FEDEFC
Complementary color
Monochromatic Colors of #FEDEFC
Black with #FEDEFC
Text Example
Text Example
White with #FEDEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDEFC; }
p { color: rgb(254,222,252); }
H1.HeaderClassName
{
color: #FEDEFC;
}
.AnyTagClassName
{
color: #FEDEFC;
}
</style>
background-color css
<style>
a { background-color: #FEDEFC; }
a { background-color: rgb(254,222,252); }
div.DivClassName
{
background-color: #FEDEFC;
}
.BgClassName
{
background-color: #FEDEFC;
}
</style>
border-color css
<style>
span { border-color: #FEDEFC; }
span { border-color: rgb(254,222,252); }
td.TdClassName
{
border-color: #FEDEFC;
}
.TagClassName
{
border-color: #FEDEFC;
}
</style>