Shades of Selago #F8DDFE
Tints of Selago #F8DDFE
RGB
CMYK
RGB Variations
Color information
#F8DDFE (or 0xF8DDFE) is known color: Selago. HEX triplet: F8, DD and FE. RGB value is (248,221,254). Sum of RGB (Red+Green+Blue) = 248+221+254=723 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.30% from 723); Green value is 221 (86.72% from 255 or 30.57% from 723); Blue value is 254 (99.61% from 255 or 35.13% from 723); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8DDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DDFE is #072201. Grayscale: #E8E8E8. Windows color (decimal): -467458 or 16702968. OLE color: 16702968.
HSL color Cylindrical-coordinate representation of color #F8DDFE: hue angle of 289.09º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F8DDFE is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 221 | 254 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.00 |
| HSL | 289.09º | 0.94% | 0.93% | - |
| HSV(B) | 289.09º | 0.13% | 1% | - |
| XYZ | 82.46 | 78.83 | 104.63 | - |
| YUV | 232.84 | 139.95 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 221 | 254 | 0.02 | 0.13 | 0 | 0.00 | 289.09 | 0.94 | 0.93 |
| Hex | F8 | DD | FE | 2 | D | 0 | 0 | 121 | 5E | 5D |
| Octal | 370 | 335 | 376 | 2 | 15 | 0 | 0 | 441 | 136 | 135 |
| Binary | 11111000 | 11011101 | 11111110 | 10 | 1101 | 0 | 0 | 100100001 | 1011110 | 1011101 |
Color Harmonies of #F8DDFE
Complementary color
Monochromatic Colors of #F8DDFE
Black with #F8DDFE
Text Example
Text Example
White with #F8DDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DDFE; }
p { color: rgb(248,221,254); }
H1.HeaderClassName
{
color: #F8DDFE;
}
.AnyTagClassName
{
color: #F8DDFE;
}
</style>
background-color css
<style>
a { background-color: #F8DDFE; }
a { background-color: rgb(248,221,254); }
div.DivClassName
{
background-color: #F8DDFE;
}
.BgClassName
{
background-color: #F8DDFE;
}
</style>
border-color css
<style>
span { border-color: #F8DDFE; }
span { border-color: rgb(248,221,254); }
td.TdClassName
{
border-color: #F8DDFE;
}
.TagClassName
{
border-color: #F8DDFE;
}
</style>