Shades of Selago #FBDAFF
Tints of Selago #FBDAFF
RGB
CMYK
RGB Variations
Color information
#FBDAFF (or 0xFBDAFF) is known color: Selago. HEX triplet: FB, DA and FF. RGB value is (251,218,255). Sum of RGB (Red+Green+Blue) = 251+218+255=724 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.67% from 724); Green value is 218 (85.55% from 255 or 30.11% from 724); Blue value is 255 (100% from 255 or 35.22% from 724); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBDAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDAFF is #042500. Grayscale: #E7E7E7. Windows color (decimal): -271617 or 16767739. OLE color: 16767739.
HSL color Cylindrical-coordinate representation of color #FBDAFF: hue angle of 293.51º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FBDAFF is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 218 | 255 | - |
| CMYK | 0.02 | 0.15 | 0 | 0 |
| HSL | 293.51º | 1% | 0.93% | - |
| HSV(B) | 293.51º | 0.15% | 1% | - |
| XYZ | 82.91 | 77.87 | 105.27 | - |
| YUV | 232.09 | 140.93 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 218 | 255 | 0.02 | 0.15 | 0 | 0 | 293.51 | 1 | 0.93 |
| Hex | FB | DA | FF | 2 | F | 0 | 0 | 126 | 64 | 5D |
| Octal | 373 | 332 | 377 | 2 | 17 | 0 | 0 | 446 | 144 | 135 |
| Binary | 11111011 | 11011010 | 11111111 | 10 | 1111 | 0 | 0 | 100100110 | 1100100 | 1011101 |
Color Harmonies of #FBDAFF
Complementary color
Monochromatic Colors of #FBDAFF
Black with #FBDAFF
Text Example
Text Example
White with #FBDAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDAFF; }
p { color: rgb(251,218,255); }
H1.HeaderClassName
{
color: #FBDAFF;
}
.AnyTagClassName
{
color: #FBDAFF;
}
</style>
background-color css
<style>
a { background-color: #FBDAFF; }
a { background-color: rgb(251,218,255); }
div.DivClassName
{
background-color: #FBDAFF;
}
.BgClassName
{
background-color: #FBDAFF;
}
</style>
border-color css
<style>
span { border-color: #FBDAFF; }
span { border-color: rgb(251,218,255); }
td.TdClassName
{
border-color: #FBDAFF;
}
.TagClassName
{
border-color: #FBDAFF;
}
</style>