Shades of Selago #FEDCFB
Tints of Selago #FEDCFB
RGB
CMYK
RGB Variations
Color information
#FEDCFB (or 0xFEDCFB) is known color: Selago. HEX triplet: FE, DC and FB. RGB value is (254,220,251). Sum of RGB (Red+Green+Blue) = 254+220+251=725 (96% of max value = 765). Red value is 254 (99.61% from 255 or 35.03% from 725); Green value is 220 (86.33% from 255 or 30.34% from 725); Blue value is 251 (98.44% from 255 or 34.62% from 725); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDCFB is #012304. Grayscale: #E9E9E9. Windows color (decimal): -74501 or 16506110. OLE color: 16506110.
HSL color Cylindrical-coordinate representation of color #FEDCFB: hue angle of 305.29º 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 #FEDCFB is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 251 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.00 |
| HSL | 305.29º | 0.94% | 0.93% | - |
| HSV(B) | 305.29º | 0.13% | 1% | - |
| XYZ | 83.88 | 79.22 | 102.14 | - |
| YUV | 233.7 | 137.76 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 251 | 0 | 0.13 | 0.01 | 0.00 | 305.29 | 0.94 | 0.93 |
| Hex | FE | DC | FB | 0 | D | 1 | 0 | 131 | 5E | 5D |
| Octal | 376 | 334 | 373 | 0 | 15 | 1 | 0 | 461 | 136 | 135 |
| Binary | 11111110 | 11011100 | 11111011 | 0 | 1101 | 1 | 0 | 100110001 | 1011110 | 1011101 |
Color Harmonies of #FEDCFB
Complementary color
Monochromatic Colors of #FEDCFB
Black with #FEDCFB
Text Example
Text Example
White with #FEDCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDCFB; }
p { color: rgb(254,220,251); }
H1.HeaderClassName
{
color: #FEDCFB;
}
.AnyTagClassName
{
color: #FEDCFB;
}
</style>
background-color css
<style>
a { background-color: #FEDCFB; }
a { background-color: rgb(254,220,251); }
div.DivClassName
{
background-color: #FEDCFB;
}
.BgClassName
{
background-color: #FEDCFB;
}
</style>
border-color css
<style>
span { border-color: #FEDCFB; }
span { border-color: rgb(254,220,251); }
td.TdClassName
{
border-color: #FEDCFB;
}
.TagClassName
{
border-color: #FEDCFB;
}
</style>