Shades of Selago #F5D8FC
Tints of Selago #F5D8FC
RGB
CMYK
RGB Variations
Color information
#F5D8FC (or 0xF5D8FC) is known color: Selago. HEX triplet: F5, D8 and FC. RGB value is (245,216,252). Sum of RGB (Red+Green+Blue) = 245+216+252=713 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.36% from 713); Green value is 216 (84.77% from 255 or 30.29% from 713); Blue value is 252 (98.83% from 255 or 35.34% from 713); Max value from RGB is 252 - color contains mainly: blue. Hex color #F5D8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D8FC is #0A2703. Grayscale: #E4E4E4. Windows color (decimal): -665348 or 16570613. OLE color: 16570613.
HSL color Cylindrical-coordinate representation of color #F5D8FC: hue angle of 288.33º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F5D8FC is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 216 | 252 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.01 |
| HSL | 288.33º | 0.86% | 0.92% | - |
| HSV(B) | 288.33º | 0.14% | 0.99% | - |
| XYZ | 79.78 | 75.55 | 102.47 | - |
| YUV | 228.78 | 141.11 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 216 | 252 | 0.03 | 0.14 | 0 | 0.01 | 288.33 | 0.86 | 0.92 |
| Hex | F5 | D8 | FC | 3 | E | 0 | 1 | 120 | 56 | 5C |
| Octal | 365 | 330 | 374 | 3 | 16 | 0 | 1 | 440 | 126 | 134 |
| Binary | 11110101 | 11011000 | 11111100 | 11 | 1110 | 0 | 1 | 100100000 | 1010110 | 1011100 |
Color Harmonies of #F5D8FC
Complementary color
Monochromatic Colors of #F5D8FC
Black with #F5D8FC
Text Example
Text Example
White with #F5D8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D8FC; }
p { color: rgb(245,216,252); }
H1.HeaderClassName
{
color: #F5D8FC;
}
.AnyTagClassName
{
color: #F5D8FC;
}
</style>
background-color css
<style>
a { background-color: #F5D8FC; }
a { background-color: rgb(245,216,252); }
div.DivClassName
{
background-color: #F5D8FC;
}
.BgClassName
{
background-color: #F5D8FC;
}
</style>
border-color css
<style>
span { border-color: #F5D8FC; }
span { border-color: rgb(245,216,252); }
td.TdClassName
{
border-color: #F5D8FC;
}
.TagClassName
{
border-color: #F5D8FC;
}
</style>