Shades of Selago #F8DCFB
Tints of Selago #F8DCFB
RGB
CMYK
RGB Variations
Color information
#F8DCFB (or 0xF8DCFB) is known color: Selago. HEX triplet: F8, DC and FB. RGB value is (248,220,251). Sum of RGB (Red+Green+Blue) = 248+220+251=719 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.49% from 719); Green value is 220 (86.33% from 255 or 30.60% from 719); Blue value is 251 (98.44% from 255 or 34.91% from 719); Max value from RGB is 251 - color contains mainly: blue. Hex color #F8DCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DCFB is #072304. Grayscale: #E7E7E7. Windows color (decimal): -467717 or 16506104. OLE color: 16506104.
HSL color Cylindrical-coordinate representation of color #F8DCFB: hue angle of 294.19º degrees, saturation: 0.79, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F8DCFB is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 220 | 251 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.02 |
| HSL | 294.19º | 0.79% | 0.92% | - |
| HSV(B) | 294.19º | 0.12% | 0.98% | - |
| XYZ | 81.72 | 78.11 | 102.04 | - |
| YUV | 231.91 | 138.78 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 220 | 251 | 0.01 | 0.12 | 0 | 0.02 | 294.19 | 0.79 | 0.92 |
| Hex | F8 | DC | FB | 1 | C | 0 | 2 | 126 | 4F | 5C |
| Octal | 370 | 334 | 373 | 1 | 14 | 0 | 2 | 446 | 117 | 134 |
| Binary | 11111000 | 11011100 | 11111011 | 1 | 1100 | 0 | 10 | 100100110 | 1001111 | 1011100 |
Color Harmonies of #F8DCFB
Complementary color
Monochromatic Colors of #F8DCFB
Black with #F8DCFB
Text Example
Text Example
White with #F8DCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DCFB; }
p { color: rgb(248,220,251); }
H1.HeaderClassName
{
color: #F8DCFB;
}
.AnyTagClassName
{
color: #F8DCFB;
}
</style>
background-color css
<style>
a { background-color: #F8DCFB; }
a { background-color: rgb(248,220,251); }
div.DivClassName
{
background-color: #F8DCFB;
}
.BgClassName
{
background-color: #F8DCFB;
}
</style>
border-color css
<style>
span { border-color: #F8DCFB; }
span { border-color: rgb(248,220,251); }
td.TdClassName
{
border-color: #F8DCFB;
}
.TagClassName
{
border-color: #F8DCFB;
}
</style>