Shades of Selago #F6DFF3
Tints of Selago #F6DFF3
RGB
CMYK
RGB Variations
Color information
#F6DFF3 (or 0xF6DFF3) is known color: Selago. HEX triplet: F6, DF and F3. RGB value is (246,223,243). Sum of RGB (Red+Green+Blue) = 246+223+243=712 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.55% from 712); Green value is 223 (87.5% from 255 or 31.32% from 712); Blue value is 243 (95.31% from 255 or 34.13% from 712); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DFF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DFF3 is #09200C. Grayscale: #E8E8E8. Windows color (decimal): -598029 or 15982582. OLE color: 15982582.
HSL color Cylindrical-coordinate representation of color #F6DFF3: hue angle of 307.83º 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 #F6DFF3 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 223 | 243 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.04 |
| HSL | 307.83º | 0.56% | 0.92% | - |
| HSV(B) | 307.83º | 0.09% | 0.96% | - |
| XYZ | 80.57 | 78.84 | 95.76 | - |
| YUV | 232.16 | 134.12 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 223 | 243 | 0 | 0.09 | 0.01 | 0.04 | 307.83 | 0.56 | 0.92 |
| Hex | F6 | DF | F3 | 0 | 9 | 1 | 4 | 134 | 38 | 5C |
| Octal | 366 | 337 | 363 | 0 | 11 | 1 | 4 | 464 | 70 | 134 |
| Binary | 11110110 | 11011111 | 11110011 | 0 | 1001 | 1 | 100 | 100110100 | 111000 | 1011100 |
Color Harmonies of #F6DFF3
Complementary color
Monochromatic Colors of #F6DFF3
Black with #F6DFF3
Text Example
Text Example
White with #F6DFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DFF3; }
p { color: rgb(246,223,243); }
H1.HeaderClassName
{
color: #F6DFF3;
}
.AnyTagClassName
{
color: #F6DFF3;
}
</style>
background-color css
<style>
a { background-color: #F6DFF3; }
a { background-color: rgb(246,223,243); }
div.DivClassName
{
background-color: #F6DFF3;
}
.BgClassName
{
background-color: #F6DFF3;
}
</style>
border-color css
<style>
span { border-color: #F6DFF3; }
span { border-color: rgb(246,223,243); }
td.TdClassName
{
border-color: #F6DFF3;
}
.TagClassName
{
border-color: #F6DFF3;
}
</style>