Shades of Selago #F6DFF5
Tints of Selago #F6DFF5
RGB
CMYK
RGB Variations
Color information
#F6DFF5 (or 0xF6DFF5) is known color: Selago. HEX triplet: F6, DF and F5. RGB value is (246,223,245). Sum of RGB (Red+Green+Blue) = 246+223+245=714 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.45% from 714); Green value is 223 (87.5% from 255 or 31.23% from 714); Blue value is 245 (96.09% from 255 or 34.31% from 714); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DFF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DFF5 is #09200A. Grayscale: #E8E8E8. Windows color (decimal): -598027 or 16113654. OLE color: 16113654.
HSL color Cylindrical-coordinate representation of color #F6DFF5: hue angle of 302.61º degrees, saturation: 0.56, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F6DFF5 is Cyan = 0, Magento = 0.09, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 223 | 245 | - |
| CMYK | 0 | 0.09 | 0.00 | 0.04 |
| HSL | 302.61º | 0.56% | 0.92% | - |
| HSV(B) | 302.61º | 0.09% | 0.96% | - |
| XYZ | 80.88 | 78.96 | 97.36 | - |
| YUV | 232.39 | 135.12 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 223 | 245 | 0 | 0.09 | 0.00 | 0.04 | 302.61 | 0.56 | 0.92 |
| Hex | F6 | DF | F5 | 0 | 9 | 0 | 4 | 12F | 38 | 5C |
| Octal | 366 | 337 | 365 | 0 | 11 | 0 | 4 | 457 | 70 | 134 |
| Binary | 11110110 | 11011111 | 11110101 | 0 | 1001 | 0 | 100 | 100101111 | 111000 | 1011100 |
Color Harmonies of #F6DFF5
Complementary color
Monochromatic Colors of #F6DFF5
Black with #F6DFF5
Text Example
Text Example
White with #F6DFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DFF5; }
p { color: rgb(246,223,245); }
H1.HeaderClassName
{
color: #F6DFF5;
}
.AnyTagClassName
{
color: #F6DFF5;
}
</style>
background-color css
<style>
a { background-color: #F6DFF5; }
a { background-color: rgb(246,223,245); }
div.DivClassName
{
background-color: #F6DFF5;
}
.BgClassName
{
background-color: #F6DFF5;
}
</style>
border-color css
<style>
span { border-color: #F6DFF5; }
span { border-color: rgb(246,223,245); }
td.TdClassName
{
border-color: #F6DFF5;
}
.TagClassName
{
border-color: #F6DFF5;
}
</style>