Shades of Selago #FBDEFE
Tints of Selago #FBDEFE
RGB
CMYK
RGB Variations
Color information
#FBDEFE (or 0xFBDEFE) is known color: Selago. HEX triplet: FB, DE and FE. RGB value is (251,222,254). Sum of RGB (Red+Green+Blue) = 251+222+254=727 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.53% from 727); Green value is 222 (87.11% from 255 or 30.54% from 727); Blue value is 254 (99.61% from 255 or 34.94% from 727); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBDEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDEFE is #042101. Grayscale: #EAEAEA. Windows color (decimal): -270594 or 16703227. OLE color: 16703227.
HSL color Cylindrical-coordinate representation of color #FBDEFE: hue angle of 294.38º 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 #FBDEFE is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 222 | 254 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.00 |
| HSL | 294.38º | 0.94% | 0.93% | - |
| HSV(B) | 294.38º | 0.13% | 1% | - |
| XYZ | 83.79 | 79.91 | 104.77 | - |
| YUV | 234.32 | 139.11 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 222 | 254 | 0.01 | 0.13 | 0 | 0.00 | 294.38 | 0.94 | 0.93 |
| Hex | FB | DE | FE | 1 | D | 0 | 0 | 126 | 5E | 5D |
| Octal | 373 | 336 | 376 | 1 | 15 | 0 | 0 | 446 | 136 | 135 |
| Binary | 11111011 | 11011110 | 11111110 | 1 | 1101 | 0 | 0 | 100100110 | 1011110 | 1011101 |
Color Harmonies of #FBDEFE
Complementary color
Monochromatic Colors of #FBDEFE
Black with #FBDEFE
Text Example
Text Example
White with #FBDEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDEFE; }
p { color: rgb(251,222,254); }
H1.HeaderClassName
{
color: #FBDEFE;
}
.AnyTagClassName
{
color: #FBDEFE;
}
</style>
background-color css
<style>
a { background-color: #FBDEFE; }
a { background-color: rgb(251,222,254); }
div.DivClassName
{
background-color: #FBDEFE;
}
.BgClassName
{
background-color: #FBDEFE;
}
</style>
border-color css
<style>
span { border-color: #FBDEFE; }
span { border-color: rgb(251,222,254); }
td.TdClassName
{
border-color: #FBDEFE;
}
.TagClassName
{
border-color: #FBDEFE;
}
</style>