Shades of Selago #F6DFF8
Tints of Selago #F6DFF8
RGB
CMYK
RGB Variations
Color information
#F6DFF8 (or 0xF6DFF8) is known color: Selago. HEX triplet: F6, DF and F8. RGB value is (246,223,248). Sum of RGB (Red+Green+Blue) = 246+223+248=717 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.31% from 717); Green value is 223 (87.5% from 255 or 31.10% from 717); Blue value is 248 (97.27% from 255 or 34.59% from 717); Max value from RGB is 248 - color contains mainly: blue. Hex color #F6DFF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DFF8 is #092007. Grayscale: #E8E8E8. Windows color (decimal): -598024 or 16310262. OLE color: 16310262.
HSL color Cylindrical-coordinate representation of color #F6DFF8: hue angle of 295.2º degrees, saturation: 0.64, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F6DFF8 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 246 | 223 | 248 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.03 |
| HSL | 295.2º | 0.64% | 0.92% | - |
| HSV(B) | 295.2º | 0.1% | 0.97% | - |
| XYZ | 81.34 | 79.15 | 99.8 | - |
| YUV | 232.73 | 136.62 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 223 | 248 | 0.01 | 0.10 | 0 | 0.03 | 295.2 | 0.64 | 0.92 |
| Hex | F6 | DF | F8 | 1 | A | 0 | 3 | 127 | 40 | 5C |
| Octal | 366 | 337 | 370 | 1 | 12 | 0 | 3 | 447 | 100 | 134 |
| Binary | 11110110 | 11011111 | 11111000 | 1 | 1010 | 0 | 11 | 100100111 | 1000000 | 1011100 |
Color Harmonies of #F6DFF8
Complementary color
Monochromatic Colors of #F6DFF8
Black with #F6DFF8
Text Example
Text Example
White with #F6DFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DFF8; }
p { color: rgb(246,223,248); }
H1.HeaderClassName
{
color: #F6DFF8;
}
.AnyTagClassName
{
color: #F6DFF8;
}
</style>
background-color css
<style>
a { background-color: #F6DFF8; }
a { background-color: rgb(246,223,248); }
div.DivClassName
{
background-color: #F6DFF8;
}
.BgClassName
{
background-color: #F6DFF8;
}
</style>
border-color css
<style>
span { border-color: #F6DFF8; }
span { border-color: rgb(246,223,248); }
td.TdClassName
{
border-color: #F6DFF8;
}
.TagClassName
{
border-color: #F6DFF8;
}
</style>