Shades of Selago #FBDAFC
Tints of Selago #FBDAFC
RGB
CMYK
RGB Variations
Color information
#FBDAFC (or 0xFBDAFC) is known color: Selago. HEX triplet: FB, DA and FC. RGB value is (251,218,252). Sum of RGB (Red+Green+Blue) = 251+218+252=721 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.81% from 721); Green value is 218 (85.55% from 255 or 30.24% from 721); Blue value is 252 (98.83% from 255 or 34.95% from 721); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBDAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDAFC is #042503. Grayscale: #E7E7E7. Windows color (decimal): -271620 or 16571131. OLE color: 16571131.
HSL color Cylindrical-coordinate representation of color #FBDAFC: hue angle of 298.24º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FBDAFC is Cyan = 0.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 218 | 252 | - |
| CMYK | 0.00 | 0.13 | 0 | 0.01 |
| HSL | 298.24º | 0.85% | 0.92% | - |
| HSV(B) | 298.24º | 0.13% | 0.99% | - |
| XYZ | 82.43 | 77.68 | 102.75 | - |
| YUV | 231.74 | 139.43 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 218 | 252 | 0.00 | 0.13 | 0 | 0.01 | 298.24 | 0.85 | 0.92 |
| Hex | FB | DA | FC | 0 | D | 0 | 1 | 12A | 55 | 5C |
| Octal | 373 | 332 | 374 | 0 | 15 | 0 | 1 | 452 | 125 | 134 |
| Binary | 11111011 | 11011010 | 11111100 | 0 | 1101 | 0 | 1 | 100101010 | 1010101 | 1011100 |
Color Harmonies of #FBDAFC
Complementary color
Monochromatic Colors of #FBDAFC
Black with #FBDAFC
Text Example
Text Example
White with #FBDAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDAFC; }
p { color: rgb(251,218,252); }
H1.HeaderClassName
{
color: #FBDAFC;
}
.AnyTagClassName
{
color: #FBDAFC;
}
</style>
background-color css
<style>
a { background-color: #FBDAFC; }
a { background-color: rgb(251,218,252); }
div.DivClassName
{
background-color: #FBDAFC;
}
.BgClassName
{
background-color: #FBDAFC;
}
</style>
border-color css
<style>
span { border-color: #FBDAFC; }
span { border-color: rgb(251,218,252); }
td.TdClassName
{
border-color: #FBDAFC;
}
.TagClassName
{
border-color: #FBDAFC;
}
</style>