Shades of Selago #FBDDFD
Tints of Selago #FBDDFD
RGB
CMYK
RGB Variations
Color information
#FBDDFD (or 0xFBDDFD) is known color: Selago. HEX triplet: FB, DD and FD. RGB value is (251,221,253). Sum of RGB (Red+Green+Blue) = 251+221+253=725 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.62% from 725); Green value is 221 (86.72% from 255 or 30.48% from 725); Blue value is 253 (99.22% from 255 or 34.90% from 725); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBDDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDDFD is #042202. Grayscale: #E9E9E9. Windows color (decimal): -270851 or 16637435. OLE color: 16637435.
HSL color Cylindrical-coordinate representation of color #FBDDFD: hue angle of 296.25º degrees, saturation: 0.89, 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 #FBDDFD is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 221 | 253 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.01 |
| HSL | 296.25º | 0.89% | 0.93% | - |
| HSV(B) | 296.25º | 0.13% | 0.99% | - |
| XYZ | 83.37 | 79.31 | 103.84 | - |
| YUV | 233.62 | 138.94 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 253 | 0.01 | 0.13 | 0 | 0.01 | 296.25 | 0.89 | 0.93 |
| Hex | FB | DD | FD | 1 | D | 0 | 1 | 128 | 59 | 5D |
| Octal | 373 | 335 | 375 | 1 | 15 | 0 | 1 | 450 | 131 | 135 |
| Binary | 11111011 | 11011101 | 11111101 | 1 | 1101 | 0 | 1 | 100101000 | 1011001 | 1011101 |
Color Harmonies of #FBDDFD
Complementary color
Monochromatic Colors of #FBDDFD
Black with #FBDDFD
Text Example
Text Example
White with #FBDDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDDFD; }
p { color: rgb(251,221,253); }
H1.HeaderClassName
{
color: #FBDDFD;
}
.AnyTagClassName
{
color: #FBDDFD;
}
</style>
background-color css
<style>
a { background-color: #FBDDFD; }
a { background-color: rgb(251,221,253); }
div.DivClassName
{
background-color: #FBDDFD;
}
.BgClassName
{
background-color: #FBDDFD;
}
</style>
border-color css
<style>
span { border-color: #FBDDFD; }
span { border-color: rgb(251,221,253); }
td.TdClassName
{
border-color: #FBDDFD;
}
.TagClassName
{
border-color: #FBDDFD;
}
</style>