Shades of Selago #F8DDFB
Tints of Selago #F8DDFB
RGB
CMYK
RGB Variations
Color information
#F8DDFB (or 0xF8DDFB) is known color: Selago. HEX triplet: F8, DD and FB. RGB value is (248,221,251). Sum of RGB (Red+Green+Blue) = 248+221+251=720 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.44% from 720); Green value is 221 (86.72% from 255 or 30.69% from 720); Blue value is 251 (98.44% from 255 or 34.86% from 720); Max value from RGB is 251 - color contains mainly: blue. Hex color #F8DDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DDFB is #072204. Grayscale: #E8E8E8. Windows color (decimal): -467461 or 16506360. OLE color: 16506360.
HSL color Cylindrical-coordinate representation of color #F8DDFB: hue angle of 294º degrees, saturation: 0.79, 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 #F8DDFB is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 248 | 221 | 251 | - |
CMYK | 0.01 | 0.12 | 0 | 0.02 |
HSL | 294º | 0.79% | 0.93% | - |
HSV(B) | 294º | 0.12% | 0.98% | - |
XYZ | 81.98 | 78.63 | 102.12 | - |
YUV | 232.49 | 138.45 | 139.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 221 | 251 | 0.01 | 0.12 | 0 | 0.02 | 294 | 0.79 | 0.93 |
Hex | F8 | DD | FB | 1 | C | 0 | 2 | 126 | 4F | 5D |
Octal | 370 | 335 | 373 | 1 | 14 | 0 | 2 | 446 | 117 | 135 |
Binary | 11111000 | 11011101 | 11111011 | 1 | 1100 | 0 | 10 | 100100110 | 1001111 | 1011101 |
Color Harmonies of #F8DDFB
Complementary color
Monochromatic Colors of #F8DDFB
Black with #F8DDFB
Text Example
Text Example
White with #F8DDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DDFB; }
p { color: rgb(248,221,251); }
H1.HeaderClassName
{
color: #F8DDFB;
}
.AnyTagClassName
{
color: #F8DDFB;
}
</style>
background-color css
<style>
a { background-color: #F8DDFB; }
a { background-color: rgb(248,221,251); }
div.DivClassName
{
background-color: #F8DDFB;
}
.BgClassName
{
background-color: #F8DDFB;
}
</style>
border-color css
<style>
span { border-color: #F8DDFB; }
span { border-color: rgb(248,221,251); }
td.TdClassName
{
border-color: #F8DDFB;
}
.TagClassName
{
border-color: #F8DDFB;
}
</style>