Shades of Selago #F5DCF8
Tints of Selago #F5DCF8
RGB
CMYK
RGB Variations
Color information
#F5DCF8 (or 0xF5DCF8) is known color: Selago. HEX triplet: F5, DC and F8. RGB value is (245,220,248). Sum of RGB (Red+Green+Blue) = 245+220+248=713 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.36% from 713); Green value is 220 (86.33% from 255 or 30.86% from 713); Blue value is 248 (97.27% from 255 or 34.78% from 713); Max value from RGB is 248 - color contains mainly: blue. Hex color #F5DCF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DCF8 is #0A2307. Grayscale: #E6E6E6. Windows color (decimal): -664328 or 16309493. OLE color: 16309493.
HSL color Cylindrical-coordinate representation of color #F5DCF8: hue angle of 293.57º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F5DCF8 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 220 | 248 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.03 |
| HSL | 293.57º | 0.67% | 0.92% | - |
| HSV(B) | 293.57º | 0.11% | 0.97% | - |
| XYZ | 80.19 | 77.38 | 99.52 | - |
| YUV | 230.67 | 137.78 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 248 | 0.01 | 0.11 | 0 | 0.03 | 293.57 | 0.67 | 0.92 |
| Hex | F5 | DC | F8 | 1 | B | 0 | 3 | 126 | 43 | 5C |
| Octal | 365 | 334 | 370 | 1 | 13 | 0 | 3 | 446 | 103 | 134 |
| Binary | 11110101 | 11011100 | 11111000 | 1 | 1011 | 0 | 11 | 100100110 | 1000011 | 1011100 |
Color Harmonies of #F5DCF8
Complementary color
Monochromatic Colors of #F5DCF8
Black with #F5DCF8
Text Example
Text Example
White with #F5DCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DCF8; }
p { color: rgb(245,220,248); }
H1.HeaderClassName
{
color: #F5DCF8;
}
.AnyTagClassName
{
color: #F5DCF8;
}
</style>
background-color css
<style>
a { background-color: #F5DCF8; }
a { background-color: rgb(245,220,248); }
div.DivClassName
{
background-color: #F5DCF8;
}
.BgClassName
{
background-color: #F5DCF8;
}
</style>
border-color css
<style>
span { border-color: #F5DCF8; }
span { border-color: rgb(245,220,248); }
td.TdClassName
{
border-color: #F5DCF8;
}
.TagClassName
{
border-color: #F5DCF8;
}
</style>