Shades of Selago #FEDBFF
Tints of Selago #FEDBFF
RGB
CMYK
RGB Variations
Color information
#FEDBFF (or 0xFEDBFF) is known color: Selago. HEX triplet: FE, DB and FF. RGB value is (254,219,255). Sum of RGB (Red+Green+Blue) = 254+219+255=728 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.89% from 728); Green value is 219 (85.94% from 255 or 30.08% from 728); Blue value is 255 (100% from 255 or 35.03% from 728); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEDBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDBFF is #012400. Grayscale: #E9E9E9. Windows color (decimal): -74753 or 16767998. OLE color: 16767998.
HSL color Cylindrical-coordinate representation of color #FEDBFF: hue angle of 298.33º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FEDBFF is Cyan = 0.00, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 219 | 255 | - |
| CMYK | 0.00 | 0.14 | 0 | 0 |
| HSL | 298.33º | 1% | 0.93% | - |
| HSV(B) | 298.33º | 0.14% | 1% | - |
| XYZ | 84.25 | 78.95 | 105.41 | - |
| YUV | 233.57 | 140.1 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 255 | 0.00 | 0.14 | 0 | 0 | 298.33 | 1 | 0.93 |
| Hex | FE | DB | FF | 0 | E | 0 | 0 | 12A | 64 | 5D |
| Octal | 376 | 333 | 377 | 0 | 16 | 0 | 0 | 452 | 144 | 135 |
| Binary | 11111110 | 11011011 | 11111111 | 0 | 1110 | 0 | 0 | 100101010 | 1100100 | 1011101 |
Color Harmonies of #FEDBFF
Complementary color
Monochromatic Colors of #FEDBFF
Black with #FEDBFF
Text Example
Text Example
White with #FEDBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDBFF; }
p { color: rgb(254,219,255); }
H1.HeaderClassName
{
color: #FEDBFF;
}
.AnyTagClassName
{
color: #FEDBFF;
}
</style>
background-color css
<style>
a { background-color: #FEDBFF; }
a { background-color: rgb(254,219,255); }
div.DivClassName
{
background-color: #FEDBFF;
}
.BgClassName
{
background-color: #FEDBFF;
}
</style>
border-color css
<style>
span { border-color: #FEDBFF; }
span { border-color: rgb(254,219,255); }
td.TdClassName
{
border-color: #FEDBFF;
}
.TagClassName
{
border-color: #FEDBFF;
}
</style>