Shades of Selago #FBDEFD
Tints of Selago #FBDEFD
RGB
CMYK
RGB Variations
Color information
#FBDEFD (or 0xFBDEFD) is known color: Selago. HEX triplet: FB, DE and FD. RGB value is (251,222,253). Sum of RGB (Red+Green+Blue) = 251+222+253=726 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.57% from 726); Green value is 222 (87.11% from 255 or 30.58% from 726); Blue value is 253 (99.22% from 255 or 34.85% from 726); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBDEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDEFD is #042102. Grayscale: #EAEAEA. Windows color (decimal): -270595 or 16637691. OLE color: 16637691.
HSL color Cylindrical-coordinate representation of color #FBDEFD: hue angle of 296.13º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FBDEFD is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 222 | 253 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.01 |
| HSL | 296.13º | 0.89% | 0.93% | - |
| HSV(B) | 296.13º | 0.12% | 0.99% | - |
| XYZ | 83.63 | 79.84 | 103.93 | - |
| YUV | 234.21 | 138.61 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 222 | 253 | 0.01 | 0.12 | 0 | 0.01 | 296.13 | 0.89 | 0.93 |
| Hex | FB | DE | FD | 1 | C | 0 | 1 | 128 | 59 | 5D |
| Octal | 373 | 336 | 375 | 1 | 14 | 0 | 1 | 450 | 131 | 135 |
| Binary | 11111011 | 11011110 | 11111101 | 1 | 1100 | 0 | 1 | 100101000 | 1011001 | 1011101 |
Color Harmonies of #FBDEFD
Complementary color
Monochromatic Colors of #FBDEFD
Black with #FBDEFD
Text Example
Text Example
White with #FBDEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDEFD; }
p { color: rgb(251,222,253); }
H1.HeaderClassName
{
color: #FBDEFD;
}
.AnyTagClassName
{
color: #FBDEFD;
}
</style>
background-color css
<style>
a { background-color: #FBDEFD; }
a { background-color: rgb(251,222,253); }
div.DivClassName
{
background-color: #FBDEFD;
}
.BgClassName
{
background-color: #FBDEFD;
}
</style>
border-color css
<style>
span { border-color: #FBDEFD; }
span { border-color: rgb(251,222,253); }
td.TdClassName
{
border-color: #FBDEFD;
}
.TagClassName
{
border-color: #FBDEFD;
}
</style>