Shades of Selago #FBDCFF
Tints of Selago #FBDCFF
RGB
CMYK
RGB Variations
Color information
#FBDCFF (or 0xFBDCFF) is known color: Selago. HEX triplet: FB, DC and FF. RGB value is (251,220,255). Sum of RGB (Red+Green+Blue) = 251+220+255=726 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.57% from 726); Green value is 220 (86.33% from 255 or 30.30% from 726); Blue value is 255 (100% from 255 or 35.12% from 726); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBDCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDCFF is #042300. Grayscale: #E9E9E9. Windows color (decimal): -271105 or 16768251. OLE color: 16768251.
HSL color Cylindrical-coordinate representation of color #FBDCFF: hue angle of 293.14º 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 #FBDCFF is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 220 | 255 | - |
| CMYK | 0.02 | 0.14 | 0 | 0 |
| HSL | 293.14º | 1% | 0.93% | - |
| HSV(B) | 293.14º | 0.14% | 1% | - |
| XYZ | 83.43 | 78.92 | 105.44 | - |
| YUV | 233.26 | 140.27 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 255 | 0.02 | 0.14 | 0 | 0 | 293.14 | 1 | 0.93 |
| Hex | FB | DC | FF | 2 | E | 0 | 0 | 125 | 64 | 5D |
| Octal | 373 | 334 | 377 | 2 | 16 | 0 | 0 | 445 | 144 | 135 |
| Binary | 11111011 | 11011100 | 11111111 | 10 | 1110 | 0 | 0 | 100100101 | 1100100 | 1011101 |
Color Harmonies of #FBDCFF
Complementary color
Monochromatic Colors of #FBDCFF
Black with #FBDCFF
Text Example
Text Example
White with #FBDCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDCFF; }
p { color: rgb(251,220,255); }
H1.HeaderClassName
{
color: #FBDCFF;
}
.AnyTagClassName
{
color: #FBDCFF;
}
</style>
background-color css
<style>
a { background-color: #FBDCFF; }
a { background-color: rgb(251,220,255); }
div.DivClassName
{
background-color: #FBDCFF;
}
.BgClassName
{
background-color: #FBDCFF;
}
</style>
border-color css
<style>
span { border-color: #FBDCFF; }
span { border-color: rgb(251,220,255); }
td.TdClassName
{
border-color: #FBDCFF;
}
.TagClassName
{
border-color: #FBDCFF;
}
</style>