Shades of Selago #F3DBF3
Tints of Selago #F3DBF3
RGB
CMYK
RGB Variations
Color information
#F3DBF3 (or 0xF3DBF3) is known color: Selago. HEX triplet: F3, DB and F3. RGB value is (243,219,243). Sum of RGB (Red+Green+Blue) = 243+219+243=705 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.47% from 705); Green value is 219 (85.94% from 255 or 31.06% from 705); Blue value is 243 (95.31% from 255 or 34.47% from 705); Max value from RGB is 243 - color contains mainly: red, blue. Hex color #F3DBF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DBF3 is #0C240C. Grayscale: #E4E4E4. Windows color (decimal): -795661 or 15981555. OLE color: 15981555.
HSL color Cylindrical-coordinate representation of color #F3DBF3: hue angle of 300º 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 #F3DBF3 is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 219 | 243 | - |
| CMYK | 0 | 0.10 | 0 | 0.05 |
| HSL | 300º | 0.5% | 0.91% | - |
| HSV(B) | 300º | 0.1% | 0.95% | - |
| XYZ | 78.47 | 76.19 | 95.36 | - |
| YUV | 228.91 | 135.95 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 219 | 243 | 0 | 0.10 | 0 | 0.05 | 300 | 0.5 | 0.91 |
| Hex | F3 | DB | F3 | 0 | A | 0 | 5 | 12C | 32 | 5B |
| Octal | 363 | 333 | 363 | 0 | 12 | 0 | 5 | 454 | 62 | 133 |
| Binary | 11110011 | 11011011 | 11110011 | 0 | 1010 | 0 | 101 | 100101100 | 110010 | 1011011 |
Color Harmonies of #F3DBF3
Complementary color
Monochromatic Colors of #F3DBF3
Black with #F3DBF3
Text Example
Text Example
White with #F3DBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DBF3; }
p { color: rgb(243,219,243); }
H1.HeaderClassName
{
color: #F3DBF3;
}
.AnyTagClassName
{
color: #F3DBF3;
}
</style>
background-color css
<style>
a { background-color: #F3DBF3; }
a { background-color: rgb(243,219,243); }
div.DivClassName
{
background-color: #F3DBF3;
}
.BgClassName
{
background-color: #F3DBF3;
}
</style>
border-color css
<style>
span { border-color: #F3DBF3; }
span { border-color: rgb(243,219,243); }
td.TdClassName
{
border-color: #F3DBF3;
}
.TagClassName
{
border-color: #F3DBF3;
}
</style>