Shades of Selago #FBECFD
Tints of Selago #FBECFD
RGB
CMYK
RGB Variations
Color information
#FBECFD (or 0xFBECFD) is known color: Selago. HEX triplet: FB, EC and FD. RGB value is (251,236,253). Sum of RGB (Red+Green+Blue) = 251+236+253=740 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.92% from 740); Green value is 236 (92.58% from 255 or 31.89% from 740); Blue value is 253 (99.22% from 255 or 34.19% from 740); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBECFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBECFD is #041302. Grayscale: #F2F2F2. Windows color (decimal): -267011 or 16641275. OLE color: 16641275.
HSL color Cylindrical-coordinate representation of color #FBECFD: hue angle of 292.94º degrees, saturation: 0.81, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FBECFD is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 251 | 236 | 253 | - |
CMYK | 0.01 | 0.07 | 0 | 0.01 |
HSL | 292.94º | 0.81% | 0.96% | - |
HSV(B) | 292.94º | 0.07% | 0.99% | - |
XYZ | 87.51 | 87.59 | 105.22 | - |
YUV | 242.42 | 133.97 | 134.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 236 | 253 | 0.01 | 0.07 | 0 | 0.01 | 292.94 | 0.81 | 0.96 |
Hex | FB | EC | FD | 1 | 7 | 0 | 1 | 125 | 51 | 60 |
Octal | 373 | 354 | 375 | 1 | 7 | 0 | 1 | 445 | 121 | 140 |
Binary | 11111011 | 11101100 | 11111101 | 1 | 111 | 0 | 1 | 100100101 | 1010001 | 1100000 |
Color Harmonies of #FBECFD
Complementary color
Monochromatic Colors of #FBECFD
Black with #FBECFD
Text Example
Text Example
White with #FBECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBECFD; }
p { color: rgb(251,236,253); }
H1.HeaderClassName
{
color: #FBECFD;
}
.AnyTagClassName
{
color: #FBECFD;
}
</style>
background-color css
<style>
a { background-color: #FBECFD; }
a { background-color: rgb(251,236,253); }
div.DivClassName
{
background-color: #FBECFD;
}
.BgClassName
{
background-color: #FBECFD;
}
</style>
border-color css
<style>
span { border-color: #FBECFD; }
span { border-color: rgb(251,236,253); }
td.TdClassName
{
border-color: #FBECFD;
}
.TagClassName
{
border-color: #FBECFD;
}
</style>