Shades of Selago #F6D5FA
Tints of Selago #F6D5FA
RGB
CMYK
RGB Variations
Color information
#F6D5FA (or 0xF6D5FA) is known color: Selago. HEX triplet: F6, D5 and FA. RGB value is (246,213,250). Sum of RGB (Red+Green+Blue) = 246+213+250=709 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.70% from 709); Green value is 213 (83.59% from 255 or 30.04% from 709); Blue value is 250 (98.05% from 255 or 35.26% from 709); Max value from RGB is 250 - color contains mainly: blue. Hex color #F6D5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6D5FA is #092A05. Grayscale: #E2E2E2. Windows color (decimal): -600582 or 16438774. OLE color: 16438774.
HSL color Cylindrical-coordinate representation of color #F6D5FA: hue angle of 293.51º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F6D5FA is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 213 | 250 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.02 |
| HSL | 293.51º | 0.79% | 0.91% | - |
| HSV(B) | 293.51º | 0.15% | 0.98% | - |
| XYZ | 79.06 | 74.08 | 100.58 | - |
| YUV | 227.09 | 140.93 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 213 | 250 | 0.02 | 0.15 | 0 | 0.02 | 293.51 | 0.79 | 0.91 |
| Hex | F6 | D5 | FA | 2 | F | 0 | 2 | 126 | 4F | 5B |
| Octal | 366 | 325 | 372 | 2 | 17 | 0 | 2 | 446 | 117 | 133 |
| Binary | 11110110 | 11010101 | 11111010 | 10 | 1111 | 0 | 10 | 100100110 | 1001111 | 1011011 |
Color Harmonies of #F6D5FA
Complementary color
Monochromatic Colors of #F6D5FA
Black with #F6D5FA
Text Example
Text Example
White with #F6D5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D5FA; }
p { color: rgb(246,213,250); }
H1.HeaderClassName
{
color: #F6D5FA;
}
.AnyTagClassName
{
color: #F6D5FA;
}
</style>
background-color css
<style>
a { background-color: #F6D5FA; }
a { background-color: rgb(246,213,250); }
div.DivClassName
{
background-color: #F6D5FA;
}
.BgClassName
{
background-color: #F6D5FA;
}
</style>
border-color css
<style>
span { border-color: #F6D5FA; }
span { border-color: rgb(246,213,250); }
td.TdClassName
{
border-color: #F6D5FA;
}
.TagClassName
{
border-color: #F6D5FA;
}
</style>