Shades of Selago #F2DBF6
Tints of Selago #F2DBF6
RGB
CMYK
RGB Variations
Color information
#F2DBF6 (or 0xF2DBF6) is known color: Selago. HEX triplet: F2, DB and F6. RGB value is (242,219,246). Sum of RGB (Red+Green+Blue) = 242+219+246=707 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.23% from 707); Green value is 219 (85.94% from 255 or 30.98% from 707); Blue value is 246 (96.48% from 255 or 34.79% from 707); Max value from RGB is 246 - color contains mainly: blue. Hex color #F2DBF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DBF6 is #0D2409. Grayscale: #E4E4E4. Windows color (decimal): -861194 or 16178162. OLE color: 16178162.
HSL color Cylindrical-coordinate representation of color #F2DBF6: hue angle of 291.11º degrees, saturation: 0.6, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F2DBF6 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 219 | 246 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.04 |
| HSL | 291.11º | 0.6% | 0.91% | - |
| HSV(B) | 291.11º | 0.11% | 0.96% | - |
| XYZ | 78.58 | 76.19 | 97.75 | - |
| YUV | 228.96 | 137.62 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 246 | 0.02 | 0.11 | 0 | 0.04 | 291.11 | 0.6 | 0.91 |
| Hex | F2 | DB | F6 | 2 | B | 0 | 4 | 123 | 3C | 5B |
| Octal | 362 | 333 | 366 | 2 | 13 | 0 | 4 | 443 | 74 | 133 |
| Binary | 11110010 | 11011011 | 11110110 | 10 | 1011 | 0 | 100 | 100100011 | 111100 | 1011011 |
Color Harmonies of #F2DBF6
Complementary color
Monochromatic Colors of #F2DBF6
Black with #F2DBF6
Text Example
Text Example
White with #F2DBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DBF6; }
p { color: rgb(242,219,246); }
H1.HeaderClassName
{
color: #F2DBF6;
}
.AnyTagClassName
{
color: #F2DBF6;
}
</style>
background-color css
<style>
a { background-color: #F2DBF6; }
a { background-color: rgb(242,219,246); }
div.DivClassName
{
background-color: #F2DBF6;
}
.BgClassName
{
background-color: #F2DBF6;
}
</style>
border-color css
<style>
span { border-color: #F2DBF6; }
span { border-color: rgb(242,219,246); }
td.TdClassName
{
border-color: #F2DBF6;
}
.TagClassName
{
border-color: #F2DBF6;
}
</style>