Shades of Selago #FBEDFD
Tints of Selago #FBEDFD
RGB
CMYK
RGB Variations
Color information
#FBEDFD (or 0xFBEDFD) is known color: Selago. HEX triplet: FB, ED and FD. RGB value is (251,237,253). Sum of RGB (Red+Green+Blue) = 251+237+253=741 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.87% from 741); Green value is 237 (92.97% from 255 or 31.98% from 741); Blue value is 253 (99.22% from 255 or 34.14% from 741); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBEDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEDFD is #041202. Grayscale: #F2F2F2. Windows color (decimal): -266755 or 16641531. OLE color: 16641531.
HSL color Cylindrical-coordinate representation of color #FBEDFD: hue angle of 292.5º degrees, saturation: 0.8, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FBEDFD is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 251 | 237 | 253 | - |
CMYK | 0.01 | 0.06 | 0 | 0.01 |
HSL | 292.5º | 0.8% | 0.96% | - |
HSV(B) | 292.5º | 0.06% | 0.99% | - |
XYZ | 87.8 | 88.17 | 105.32 | - |
YUV | 243.01 | 133.64 | 133.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 237 | 253 | 0.01 | 0.06 | 0 | 0.01 | 292.5 | 0.8 | 0.96 |
Hex | FB | ED | FD | 1 | 6 | 0 | 1 | 124 | 50 | 60 |
Octal | 373 | 355 | 375 | 1 | 6 | 0 | 1 | 444 | 120 | 140 |
Binary | 11111011 | 11101101 | 11111101 | 1 | 110 | 0 | 1 | 100100100 | 1010000 | 1100000 |
Color Harmonies of #FBEDFD
Complementary color
Monochromatic Colors of #FBEDFD
Black with #FBEDFD
Text Example
Text Example
White with #FBEDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEDFD; }
p { color: rgb(251,237,253); }
H1.HeaderClassName
{
color: #FBEDFD;
}
.AnyTagClassName
{
color: #FBEDFD;
}
</style>
background-color css
<style>
a { background-color: #FBEDFD; }
a { background-color: rgb(251,237,253); }
div.DivClassName
{
background-color: #FBEDFD;
}
.BgClassName
{
background-color: #FBEDFD;
}
</style>
border-color css
<style>
span { border-color: #FBEDFD; }
span { border-color: rgb(251,237,253); }
td.TdClassName
{
border-color: #FBEDFD;
}
.TagClassName
{
border-color: #FBEDFD;
}
</style>