Shades of Selago #FBDCFE
Tints of Selago #FBDCFE
RGB
CMYK
RGB Variations
Color information
#FBDCFE (or 0xFBDCFE) is known color: Selago. HEX triplet: FB, DC and FE. RGB value is (251,220,254). Sum of RGB (Red+Green+Blue) = 251+220+254=725 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.62% from 725); Green value is 220 (86.33% from 255 or 30.34% from 725); Blue value is 254 (99.61% from 255 or 35.03% from 725); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBDCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDCFE is #042301. Grayscale: #E9E9E9. Windows color (decimal): -271106 or 16702715. OLE color: 16702715.
HSL color Cylindrical-coordinate representation of color #FBDCFE: hue angle of 294.71º 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 #FBDCFE is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 220 | 254 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.00 |
| HSL | 294.71º | 0.94% | 0.93% | - |
| HSV(B) | 294.71º | 0.13% | 1% | - |
| XYZ | 83.27 | 78.85 | 104.6 | - |
| YUV | 233.15 | 139.77 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 254 | 0.01 | 0.13 | 0 | 0.00 | 294.71 | 0.94 | 0.93 |
| Hex | FB | DC | FE | 1 | D | 0 | 0 | 127 | 5E | 5D |
| Octal | 373 | 334 | 376 | 1 | 15 | 0 | 0 | 447 | 136 | 135 |
| Binary | 11111011 | 11011100 | 11111110 | 1 | 1101 | 0 | 0 | 100100111 | 1011110 | 1011101 |
Color Harmonies of #FBDCFE
Complementary color
Monochromatic Colors of #FBDCFE
Black with #FBDCFE
Text Example
Text Example
White with #FBDCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDCFE; }
p { color: rgb(251,220,254); }
H1.HeaderClassName
{
color: #FBDCFE;
}
.AnyTagClassName
{
color: #FBDCFE;
}
</style>
background-color css
<style>
a { background-color: #FBDCFE; }
a { background-color: rgb(251,220,254); }
div.DivClassName
{
background-color: #FBDCFE;
}
.BgClassName
{
background-color: #FBDCFE;
}
</style>
border-color css
<style>
span { border-color: #FBDCFE; }
span { border-color: rgb(251,220,254); }
td.TdClassName
{
border-color: #FBDCFE;
}
.TagClassName
{
border-color: #FBDCFE;
}
</style>