Shades of Selago #FBDBFD
Tints of Selago #FBDBFD
RGB
CMYK
RGB Variations
Color information
#FBDBFD (or 0xFBDBFD) is known color: Selago. HEX triplet: FB, DB and FD. RGB value is (251,219,253). Sum of RGB (Red+Green+Blue) = 251+219+253=723 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.72% from 723); Green value is 219 (85.94% from 255 or 30.29% from 723); Blue value is 253 (99.22% from 255 or 34.99% from 723); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBDBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDBFD is #042402. Grayscale: #E8E8E8. Windows color (decimal): -271363 or 16636923. OLE color: 16636923.
HSL color Cylindrical-coordinate representation of color #FBDBFD: hue angle of 296.47º 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 #FBDBFD is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 251 | 219 | 253 | - |
CMYK | 0.01 | 0.13 | 0 | 0.01 |
HSL | 296.47º | 0.89% | 0.93% | - |
HSV(B) | 296.47º | 0.13% | 0.99% | - |
XYZ | 82.84 | 78.26 | 103.67 | - |
YUV | 232.44 | 139.6 | 141.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 219 | 253 | 0.01 | 0.13 | 0 | 0.01 | 296.47 | 0.89 | 0.93 |
Hex | FB | DB | FD | 1 | D | 0 | 1 | 128 | 59 | 5D |
Octal | 373 | 333 | 375 | 1 | 15 | 0 | 1 | 450 | 131 | 135 |
Binary | 11111011 | 11011011 | 11111101 | 1 | 1101 | 0 | 1 | 100101000 | 1011001 | 1011101 |
Color Harmonies of #FBDBFD
Complementary color
Monochromatic Colors of #FBDBFD
Black with #FBDBFD
Text Example
Text Example
White with #FBDBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDBFD; }
p { color: rgb(251,219,253); }
H1.HeaderClassName
{
color: #FBDBFD;
}
.AnyTagClassName
{
color: #FBDBFD;
}
</style>
background-color css
<style>
a { background-color: #FBDBFD; }
a { background-color: rgb(251,219,253); }
div.DivClassName
{
background-color: #FBDBFD;
}
.BgClassName
{
background-color: #FBDBFD;
}
</style>
border-color css
<style>
span { border-color: #FBDBFD; }
span { border-color: rgb(251,219,253); }
td.TdClassName
{
border-color: #FBDBFD;
}
.TagClassName
{
border-color: #FBDBFD;
}
</style>