Shades of Selago #F1DBF3
Tints of Selago #F1DBF3
RGB
CMYK
RGB Variations
Color information
#F1DBF3 (or 0xF1DBF3) is known color: Selago. HEX triplet: F1, DB and F3. RGB value is (241,219,243). Sum of RGB (Red+Green+Blue) = 241+219+243=703 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.28% from 703); Green value is 219 (85.94% from 255 or 31.15% 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 #F1DBF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DBF3 is #0E240C. Grayscale: #E4E4E4. Windows color (decimal): -926733 or 15981553. OLE color: 15981553.
HSL color Cylindrical-coordinate representation of color #F1DBF3: hue angle of 295º 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 #F1DBF3 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 219 | 243 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.05 |
| HSL | 295º | 0.5% | 0.91% | - |
| HSV(B) | 295º | 0.1% | 0.95% | - |
| XYZ | 77.78 | 75.83 | 95.33 | - |
| YUV | 228.31 | 136.29 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 219 | 243 | 0.01 | 0.10 | 0 | 0.05 | 295 | 0.5 | 0.91 |
| Hex | F1 | DB | F3 | 1 | A | 0 | 5 | 127 | 32 | 5B |
| Octal | 361 | 333 | 363 | 1 | 12 | 0 | 5 | 447 | 62 | 133 |
| Binary | 11110001 | 11011011 | 11110011 | 1 | 1010 | 0 | 101 | 100100111 | 110010 | 1011011 |
Color Harmonies of #F1DBF3
Complementary color
Monochromatic Colors of #F1DBF3
Black with #F1DBF3
Text Example
Text Example
White with #F1DBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DBF3; }
p { color: rgb(241,219,243); }
H1.HeaderClassName
{
color: #F1DBF3;
}
.AnyTagClassName
{
color: #F1DBF3;
}
</style>
background-color css
<style>
a { background-color: #F1DBF3; }
a { background-color: rgb(241,219,243); }
div.DivClassName
{
background-color: #F1DBF3;
}
.BgClassName
{
background-color: #F1DBF3;
}
</style>
border-color css
<style>
span { border-color: #F1DBF3; }
span { border-color: rgb(241,219,243); }
td.TdClassName
{
border-color: #F1DBF3;
}
.TagClassName
{
border-color: #F1DBF3;
}
</style>