Shades of Selago #FBDBFF
Tints of Selago #FBDBFF
RGB
CMYK
RGB Variations
Color information
#FBDBFF (or 0xFBDBFF) is known color: Selago. HEX triplet: FB, DB and FF. RGB value is (251,219,255). Sum of RGB (Red+Green+Blue) = 251+219+255=725 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.62% from 725); Green value is 219 (85.94% from 255 or 30.21% from 725); Blue value is 255 (100% from 255 or 35.17% from 725); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBDBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDBFF is #042400. Grayscale: #E8E8E8. Windows color (decimal): -271361 or 16767995. OLE color: 16767995.
HSL color Cylindrical-coordinate representation of color #FBDBFF: hue angle of 293.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 #FBDBFF is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 219 | 255 | - |
| CMYK | 0.02 | 0.14 | 0 | 0 |
| HSL | 293.33º | 1% | 0.93% | - |
| HSV(B) | 293.33º | 0.14% | 1% | - |
| XYZ | 83.17 | 78.39 | 105.36 | - |
| YUV | 232.67 | 140.6 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 255 | 0.02 | 0.14 | 0 | 0 | 293.33 | 1 | 0.93 |
| Hex | FB | DB | FF | 2 | E | 0 | 0 | 125 | 64 | 5D |
| Octal | 373 | 333 | 377 | 2 | 16 | 0 | 0 | 445 | 144 | 135 |
| Binary | 11111011 | 11011011 | 11111111 | 10 | 1110 | 0 | 0 | 100100101 | 1100100 | 1011101 |
Color Harmonies of #FBDBFF
Complementary color
Monochromatic Colors of #FBDBFF
Black with #FBDBFF
Text Example
Text Example
White with #FBDBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDBFF; }
p { color: rgb(251,219,255); }
H1.HeaderClassName
{
color: #FBDBFF;
}
.AnyTagClassName
{
color: #FBDBFF;
}
</style>
background-color css
<style>
a { background-color: #FBDBFF; }
a { background-color: rgb(251,219,255); }
div.DivClassName
{
background-color: #FBDBFF;
}
.BgClassName
{
background-color: #FBDBFF;
}
</style>
border-color css
<style>
span { border-color: #FBDBFF; }
span { border-color: rgb(251,219,255); }
td.TdClassName
{
border-color: #FBDBFF;
}
.TagClassName
{
border-color: #FBDBFF;
}
</style>