Shades of Selago #F2DBF3
Tints of Selago #F2DBF3
RGB
CMYK
RGB Variations
Color information
#F2DBF3 (or 0xF2DBF3) is known color: Selago. HEX triplet: F2, DB and F3. RGB value is (242,219,243). Sum of RGB (Red+Green+Blue) = 242+219+243=704 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.38% from 704); Green value is 219 (85.94% from 255 or 31.11% from 704); Blue value is 243 (95.31% from 255 or 34.52% from 704); Max value from RGB is 243 - color contains mainly: blue. Hex color #F2DBF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DBF3 is #0D240C. Grayscale: #E4E4E4. Windows color (decimal): -861197 or 15981554. OLE color: 15981554.
HSL color Cylindrical-coordinate representation of color #F2DBF3: hue angle of 297.5º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2DBF3 is Cyan = 0.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 243 | - |
| CMYK | 0.00 | 0.10 | 0 | 0.05 |
| HSL | 297.5º | 0.5% | 0.91% | - |
| HSV(B) | 297.5º | 0.1% | 0.95% | - |
| XYZ | 78.13 | 76.01 | 95.35 | - |
| YUV | 228.61 | 136.12 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 243 | 0.00 | 0.10 | 0 | 0.05 | 297.5 | 0.5 | 0.91 |
| Hex | F2 | DB | F3 | 0 | A | 0 | 5 | 12A | 32 | 5B |
| Octal | 362 | 333 | 363 | 0 | 12 | 0 | 5 | 452 | 62 | 133 |
| Binary | 11110010 | 11011011 | 11110011 | 0 | 1010 | 0 | 101 | 100101010 | 110010 | 1011011 |
Color Harmonies of #F2DBF3
Complementary color
Monochromatic Colors of #F2DBF3
Black with #F2DBF3
Text Example
Text Example
White with #F2DBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DBF3; }
p { color: rgb(242,219,243); }
H1.HeaderClassName
{
color: #F2DBF3;
}
.AnyTagClassName
{
color: #F2DBF3;
}
</style>
background-color css
<style>
a { background-color: #F2DBF3; }
a { background-color: rgb(242,219,243); }
div.DivClassName
{
background-color: #F2DBF3;
}
.BgClassName
{
background-color: #F2DBF3;
}
</style>
border-color css
<style>
span { border-color: #F2DBF3; }
span { border-color: rgb(242,219,243); }
td.TdClassName
{
border-color: #F2DBF3;
}
.TagClassName
{
border-color: #F2DBF3;
}
</style>