Shades of Selago #FEDBFE
Tints of Selago #FEDBFE
RGB
CMYK
RGB Variations
Color information
#FEDBFE (or 0xFEDBFE) is known color: Selago. HEX triplet: FE, DB and FE. RGB value is (254,219,254). Sum of RGB (Red+Green+Blue) = 254+219+254=727 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.94% from 727); Green value is 219 (85.94% from 255 or 30.12% from 727); Blue value is 254 (99.61% from 255 or 34.94% from 727); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEDBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDBFE is #012401. Grayscale: #E9E9E9. Windows color (decimal): -74754 or 16702462. OLE color: 16702462.
HSL color Cylindrical-coordinate representation of color #FEDBFE: hue angle of 300º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FEDBFE is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 254 | - |
| CMYK | 0 | 0.14 | 0 | 0.00 |
| HSL | 300º | 0.95% | 0.93% | - |
| HSV(B) | 300º | 0.14% | 1% | - |
| XYZ | 84.09 | 78.89 | 104.56 | - |
| YUV | 233.46 | 139.6 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 254 | 0 | 0.14 | 0 | 0.00 | 300 | 0.95 | 0.93 |
| Hex | FE | DB | FE | 0 | E | 0 | 0 | 12C | 5F | 5D |
| Octal | 376 | 333 | 376 | 0 | 16 | 0 | 0 | 454 | 137 | 135 |
| Binary | 11111110 | 11011011 | 11111110 | 0 | 1110 | 0 | 0 | 100101100 | 1011111 | 1011101 |
Color Harmonies of #FEDBFE
Complementary color
Monochromatic Colors of #FEDBFE
Black with #FEDBFE
Text Example
Text Example
White with #FEDBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDBFE; }
p { color: rgb(254,219,254); }
H1.HeaderClassName
{
color: #FEDBFE;
}
.AnyTagClassName
{
color: #FEDBFE;
}
</style>
background-color css
<style>
a { background-color: #FEDBFE; }
a { background-color: rgb(254,219,254); }
div.DivClassName
{
background-color: #FEDBFE;
}
.BgClassName
{
background-color: #FEDBFE;
}
</style>
border-color css
<style>
span { border-color: #FEDBFE; }
span { border-color: rgb(254,219,254); }
td.TdClassName
{
border-color: #FEDBFE;
}
.TagClassName
{
border-color: #FEDBFE;
}
</style>