Shades of Selago #FEDDFB
Tints of Selago #FEDDFB
RGB
CMYK
RGB Variations
Color information
#FEDDFB (or 0xFEDDFB) is known color: Selago. HEX triplet: FE, DD and FB. RGB value is (254,221,251). Sum of RGB (Red+Green+Blue) = 254+221+251=726 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.99% from 726); Green value is 221 (86.72% from 255 or 30.44% from 726); Blue value is 251 (98.44% from 255 or 34.57% from 726); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDDFB is #012204. Grayscale: #EAEAEA. Windows color (decimal): -74245 or 16506366. OLE color: 16506366.
HSL color Cylindrical-coordinate representation of color #FEDDFB: hue angle of 305.45º 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 #FEDDFB is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 251 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.00 |
| HSL | 305.45º | 0.94% | 0.93% | - |
| HSV(B) | 305.45º | 0.13% | 1% | - |
| XYZ | 84.14 | 79.75 | 102.23 | - |
| YUV | 234.29 | 137.43 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 251 | 0 | 0.13 | 0.01 | 0.00 | 305.45 | 0.94 | 0.93 |
| Hex | FE | DD | FB | 0 | D | 1 | 0 | 131 | 5E | 5D |
| Octal | 376 | 335 | 373 | 0 | 15 | 1 | 0 | 461 | 136 | 135 |
| Binary | 11111110 | 11011101 | 11111011 | 0 | 1101 | 1 | 0 | 100110001 | 1011110 | 1011101 |
Color Harmonies of #FEDDFB
Complementary color
Monochromatic Colors of #FEDDFB
Black with #FEDDFB
Text Example
Text Example
White with #FEDDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDDFB; }
p { color: rgb(254,221,251); }
H1.HeaderClassName
{
color: #FEDDFB;
}
.AnyTagClassName
{
color: #FEDDFB;
}
</style>
background-color css
<style>
a { background-color: #FEDDFB; }
a { background-color: rgb(254,221,251); }
div.DivClassName
{
background-color: #FEDDFB;
}
.BgClassName
{
background-color: #FEDDFB;
}
</style>
border-color css
<style>
span { border-color: #FEDDFB; }
span { border-color: rgb(254,221,251); }
td.TdClassName
{
border-color: #FEDDFB;
}
.TagClassName
{
border-color: #FEDDFB;
}
</style>