Shades of Selago #F8DEF5
Tints of Selago #F8DEF5
RGB
CMYK
RGB Variations
Color information
#F8DEF5 (or 0xF8DEF5) is known color: Selago. HEX triplet: F8, DE and F5. RGB value is (248,222,245). Sum of RGB (Red+Green+Blue) = 248+222+245=715 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.69% from 715); Green value is 222 (87.11% from 255 or 31.05% from 715); Blue value is 245 (96.09% from 255 or 34.27% from 715); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DEF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DEF5 is #07210A. Grayscale: #E8E8E8. Windows color (decimal): -467211 or 16113400. OLE color: 16113400.
HSL color Cylindrical-coordinate representation of color #F8DEF5: hue angle of 306.92º degrees, saturation: 0.65, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F8DEF5 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 222 | 245 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.03 |
| HSL | 306.92º | 0.65% | 0.92% | - |
| HSV(B) | 306.92º | 0.1% | 0.97% | - |
| XYZ | 81.31 | 78.79 | 97.31 | - |
| YUV | 232.4 | 135.11 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 222 | 245 | 0 | 0.10 | 0.01 | 0.03 | 306.92 | 0.65 | 0.92 |
| Hex | F8 | DE | F5 | 0 | A | 1 | 3 | 133 | 41 | 5C |
| Octal | 370 | 336 | 365 | 0 | 12 | 1 | 3 | 463 | 101 | 134 |
| Binary | 11111000 | 11011110 | 11110101 | 0 | 1010 | 1 | 11 | 100110011 | 1000001 | 1011100 |
Color Harmonies of #F8DEF5
Complementary color
Monochromatic Colors of #F8DEF5
Black with #F8DEF5
Text Example
Text Example
White with #F8DEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DEF5; }
p { color: rgb(248,222,245); }
H1.HeaderClassName
{
color: #F8DEF5;
}
.AnyTagClassName
{
color: #F8DEF5;
}
</style>
background-color css
<style>
a { background-color: #F8DEF5; }
a { background-color: rgb(248,222,245); }
div.DivClassName
{
background-color: #F8DEF5;
}
.BgClassName
{
background-color: #F8DEF5;
}
</style>
border-color css
<style>
span { border-color: #F8DEF5; }
span { border-color: rgb(248,222,245); }
td.TdClassName
{
border-color: #F8DEF5;
}
.TagClassName
{
border-color: #F8DEF5;
}
</style>