Shades of Selago #FBDEFC
Tints of Selago #FBDEFC
RGB
CMYK
RGB Variations
Color information
#FBDEFC (or 0xFBDEFC) is known color: Selago. HEX triplet: FB, DE and FC. RGB value is (251,222,252). Sum of RGB (Red+Green+Blue) = 251+222+252=725 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.62% from 725); Green value is 222 (87.11% from 255 or 30.62% from 725); Blue value is 252 (98.83% from 255 or 34.76% from 725); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBDEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDEFC is #042103. Grayscale: #E9E9E9. Windows color (decimal): -270596 or 16572155. OLE color: 16572155.
HSL color Cylindrical-coordinate representation of color #FBDEFC: hue angle of 298º degrees, saturation: 0.83, 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 #FBDEFC is Cyan = 0.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 222 | 252 | - |
| CMYK | 0.00 | 0.12 | 0 | 0.01 |
| HSL | 298º | 0.83% | 0.93% | - |
| HSV(B) | 298º | 0.12% | 0.99% | - |
| XYZ | 83.48 | 79.78 | 103.09 | - |
| YUV | 234.09 | 138.11 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 222 | 252 | 0.00 | 0.12 | 0 | 0.01 | 298 | 0.83 | 0.93 |
| Hex | FB | DE | FC | 0 | C | 0 | 1 | 12A | 53 | 5D |
| Octal | 373 | 336 | 374 | 0 | 14 | 0 | 1 | 452 | 123 | 135 |
| Binary | 11111011 | 11011110 | 11111100 | 0 | 1100 | 0 | 1 | 100101010 | 1010011 | 1011101 |
Color Harmonies of #FBDEFC
Complementary color
Monochromatic Colors of #FBDEFC
Black with #FBDEFC
Text Example
Text Example
White with #FBDEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDEFC; }
p { color: rgb(251,222,252); }
H1.HeaderClassName
{
color: #FBDEFC;
}
.AnyTagClassName
{
color: #FBDEFC;
}
</style>
background-color css
<style>
a { background-color: #FBDEFC; }
a { background-color: rgb(251,222,252); }
div.DivClassName
{
background-color: #FBDEFC;
}
.BgClassName
{
background-color: #FBDEFC;
}
</style>
border-color css
<style>
span { border-color: #FBDEFC; }
span { border-color: rgb(251,222,252); }
td.TdClassName
{
border-color: #FBDEFC;
}
.TagClassName
{
border-color: #FBDEFC;
}
</style>