Shades of Selago #F6DFFC
Tints of Selago #F6DFFC
RGB
CMYK
RGB Variations
Color information
#F6DFFC (or 0xF6DFFC) is known color: Selago. HEX triplet: F6, DF and FC. RGB value is (246,223,252). Sum of RGB (Red+Green+Blue) = 246+223+252=721 (95% of max value = 765). Red value is 246 (96.48% from 255 or 34.12% from 721); Green value is 223 (87.5% from 255 or 30.93% from 721); Blue value is 252 (98.83% from 255 or 34.95% from 721); Max value from RGB is 252 - color contains mainly: blue. Hex color #F6DFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DFFC is #092003. Grayscale: #E9E9E9. Windows color (decimal): -598020 or 16572406. OLE color: 16572406.
HSL color Cylindrical-coordinate representation of color #F6DFFC: hue angle of 287.59º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F6DFFC is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 246 | 223 | 252 | - |
CMYK | 0.02 | 0.12 | 0 | 0.01 |
HSL | 287.59º | 0.83% | 0.93% | - |
HSV(B) | 287.59º | 0.12% | 0.99% | - |
XYZ | 81.96 | 79.4 | 103.1 | - |
YUV | 233.18 | 138.62 | 137.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 246 | 223 | 252 | 0.02 | 0.12 | 0 | 0.01 | 287.59 | 0.83 | 0.93 |
Hex | F6 | DF | FC | 2 | C | 0 | 1 | 120 | 53 | 5D |
Octal | 366 | 337 | 374 | 2 | 14 | 0 | 1 | 440 | 123 | 135 |
Binary | 11110110 | 11011111 | 11111100 | 10 | 1100 | 0 | 1 | 100100000 | 1010011 | 1011101 |
Color Harmonies of #F6DFFC
Complementary color
Monochromatic Colors of #F6DFFC
Black with #F6DFFC
Text Example
Text Example
White with #F6DFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DFFC; }
p { color: rgb(246,223,252); }
H1.HeaderClassName
{
color: #F6DFFC;
}
.AnyTagClassName
{
color: #F6DFFC;
}
</style>
background-color css
<style>
a { background-color: #F6DFFC; }
a { background-color: rgb(246,223,252); }
div.DivClassName
{
background-color: #F6DFFC;
}
.BgClassName
{
background-color: #F6DFFC;
}
</style>
border-color css
<style>
span { border-color: #F6DFFC; }
span { border-color: rgb(246,223,252); }
td.TdClassName
{
border-color: #F6DFFC;
}
.TagClassName
{
border-color: #F6DFFC;
}
</style>