Shades of Selago #F2DAF3
Tints of Selago #F2DAF3
RGB
CMYK
RGB Variations
Color information
#F2DAF3 (or 0xF2DAF3) is known color: Selago. HEX triplet: F2, DA and F3. RGB value is (242,218,243). Sum of RGB (Red+Green+Blue) = 242+218+243=703 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.42% from 703); Green value is 218 (85.55% from 255 or 31.01% from 703); Blue value is 243 (95.31% from 255 or 34.57% from 703); Max value from RGB is 243 - color contains mainly: blue. Hex color #F2DAF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DAF3 is #0D250C. Grayscale: #E3E3E3. Windows color (decimal): -861453 or 15981298. OLE color: 15981298.
HSL color Cylindrical-coordinate representation of color #F2DAF3: hue angle of 297.6º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2DAF3 is Cyan = 0.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 218 | 243 | - |
| CMYK | 0.00 | 0.10 | 0 | 0.05 |
| HSL | 297.6º | 0.51% | 0.9% | - |
| HSV(B) | 297.6º | 0.1% | 0.95% | - |
| XYZ | 77.87 | 75.49 | 95.26 | - |
| YUV | 228.03 | 136.45 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 243 | 0.00 | 0.10 | 0 | 0.05 | 297.6 | 0.51 | 0.9 |
| Hex | F2 | DA | F3 | 0 | A | 0 | 5 | 12A | 33 | 5A |
| Octal | 362 | 332 | 363 | 0 | 12 | 0 | 5 | 452 | 63 | 132 |
| Binary | 11110010 | 11011010 | 11110011 | 0 | 1010 | 0 | 101 | 100101010 | 110011 | 1011010 |
Color Harmonies of #F2DAF3
Complementary color
Monochromatic Colors of #F2DAF3
Black with #F2DAF3
Text Example
Text Example
White with #F2DAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DAF3; }
p { color: rgb(242,218,243); }
H1.HeaderClassName
{
color: #F2DAF3;
}
.AnyTagClassName
{
color: #F2DAF3;
}
</style>
background-color css
<style>
a { background-color: #F2DAF3; }
a { background-color: rgb(242,218,243); }
div.DivClassName
{
background-color: #F2DAF3;
}
.BgClassName
{
background-color: #F2DAF3;
}
</style>
border-color css
<style>
span { border-color: #F2DAF3; }
span { border-color: rgb(242,218,243); }
td.TdClassName
{
border-color: #F2DAF3;
}
.TagClassName
{
border-color: #F2DAF3;
}
</style>