Shades of Selago #FBDCFC
Tints of Selago #FBDCFC
RGB
CMYK
RGB Variations
Color information
#FBDCFC (or 0xFBDCFC) is known color: Selago. HEX triplet: FB, DC and FC. RGB value is (251,220,252). Sum of RGB (Red+Green+Blue) = 251+220+252=723 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.72% from 723); Green value is 220 (86.33% from 255 or 30.43% from 723); Blue value is 252 (98.83% from 255 or 34.85% from 723); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBDCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDCFC is #042303. Grayscale: #E8E8E8. Windows color (decimal): -271108 or 16571643. OLE color: 16571643.
HSL color Cylindrical-coordinate representation of color #FBDCFC: hue angle of 298.12º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FBDCFC is Cyan = 0.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 220 | 252 | - |
| CMYK | 0.00 | 0.13 | 0 | 0.01 |
| HSL | 298.13º | 0.84% | 0.93% | - |
| HSV(B) | 298.13º | 0.13% | 0.99% | - |
| XYZ | 82.95 | 78.72 | 102.92 | - |
| YUV | 232.92 | 138.77 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 252 | 0.00 | 0.13 | 0 | 0.01 | 298.13 | 0.84 | 0.93 |
| Hex | FB | DC | FC | 0 | D | 0 | 1 | 12A | 54 | 5D |
| Octal | 373 | 334 | 374 | 0 | 15 | 0 | 1 | 452 | 124 | 135 |
| Binary | 11111011 | 11011100 | 11111100 | 0 | 1101 | 0 | 1 | 100101010 | 1010100 | 1011101 |
Color Harmonies of #FBDCFC
Complementary color
Monochromatic Colors of #FBDCFC
Black with #FBDCFC
Text Example
Text Example
White with #FBDCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDCFC; }
p { color: rgb(251,220,252); }
H1.HeaderClassName
{
color: #FBDCFC;
}
.AnyTagClassName
{
color: #FBDCFC;
}
</style>
background-color css
<style>
a { background-color: #FBDCFC; }
a { background-color: rgb(251,220,252); }
div.DivClassName
{
background-color: #FBDCFC;
}
.BgClassName
{
background-color: #FBDCFC;
}
</style>
border-color css
<style>
span { border-color: #FBDCFC; }
span { border-color: rgb(251,220,252); }
td.TdClassName
{
border-color: #FBDCFC;
}
.TagClassName
{
border-color: #FBDCFC;
}
</style>