Shades of Selago #FBDEF9
Tints of Selago #FBDEF9
RGB
CMYK
RGB Variations
Color information
#FBDEF9 (or 0xFBDEF9) is known color: Selago. HEX triplet: FB, DE and F9. RGB value is (251,222,249). Sum of RGB (Red+Green+Blue) = 251+222+249=722 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.76% from 722); Green value is 222 (87.11% from 255 or 30.75% from 722); Blue value is 249 (97.66% from 255 or 34.49% from 722); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDEF9 is #042106. Grayscale: #E9E9E9. Windows color (decimal): -270599 or 16375547. OLE color: 16375547.
HSL color Cylindrical-coordinate representation of color #FBDEF9: hue angle of 304.14º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FBDEF9 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 222 | 249 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.02 |
| HSL | 304.14º | 0.78% | 0.93% | - |
| HSV(B) | 304.14º | 0.12% | 0.98% | - |
| XYZ | 83 | 79.59 | 100.61 | - |
| YUV | 233.75 | 136.61 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 222 | 249 | 0 | 0.12 | 0.01 | 0.02 | 304.14 | 0.78 | 0.93 |
| Hex | FB | DE | F9 | 0 | C | 1 | 2 | 130 | 4E | 5D |
| Octal | 373 | 336 | 371 | 0 | 14 | 1 | 2 | 460 | 116 | 135 |
| Binary | 11111011 | 11011110 | 11111001 | 0 | 1100 | 1 | 10 | 100110000 | 1001110 | 1011101 |
Color Harmonies of #FBDEF9
Complementary color
Monochromatic Colors of #FBDEF9
Black with #FBDEF9
Text Example
Text Example
White with #FBDEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDEF9; }
p { color: rgb(251,222,249); }
H1.HeaderClassName
{
color: #FBDEF9;
}
.AnyTagClassName
{
color: #FBDEF9;
}
</style>
background-color css
<style>
a { background-color: #FBDEF9; }
a { background-color: rgb(251,222,249); }
div.DivClassName
{
background-color: #FBDEF9;
}
.BgClassName
{
background-color: #FBDEF9;
}
</style>
border-color css
<style>
span { border-color: #FBDEF9; }
span { border-color: rgb(251,222,249); }
td.TdClassName
{
border-color: #FBDEF9;
}
.TagClassName
{
border-color: #FBDEF9;
}
</style>