Shades of Selago #F3DDF3
Tints of Selago #F3DDF3
RGB
CMYK
RGB Variations
Color information
#F3DDF3 (or 0xF3DDF3) is known color: Selago. HEX triplet: F3, DD and F3. RGB value is (243,221,243). Sum of RGB (Red+Green+Blue) = 243+221+243=707 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.37% from 707); Green value is 221 (86.72% from 255 or 31.26% from 707); Blue value is 243 (95.31% from 255 or 34.37% from 707); Max value from RGB is 243 - color contains mainly: red, blue. Hex color #F3DDF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DDF3 is #0C220C. Grayscale: #E6E6E6. Windows color (decimal): -795149 or 15982067. OLE color: 15982067.
HSL color Cylindrical-coordinate representation of color #F3DDF3: hue angle of 300º degrees, saturation: 0.48, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F3DDF3 is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 221 | 243 | - |
| CMYK | 0 | 0.09 | 0 | 0.05 |
| HSL | 300º | 0.48% | 0.91% | - |
| HSV(B) | 300º | 0.09% | 0.95% | - |
| XYZ | 79 | 77.24 | 95.54 | - |
| YUV | 230.09 | 135.29 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 221 | 243 | 0 | 0.09 | 0 | 0.05 | 300 | 0.48 | 0.91 |
| Hex | F3 | DD | F3 | 0 | 9 | 0 | 5 | 12C | 30 | 5B |
| Octal | 363 | 335 | 363 | 0 | 11 | 0 | 5 | 454 | 60 | 133 |
| Binary | 11110011 | 11011101 | 11110011 | 0 | 1001 | 0 | 101 | 100101100 | 110000 | 1011011 |
Color Harmonies of #F3DDF3
Complementary color
Monochromatic Colors of #F3DDF3
Black with #F3DDF3
Text Example
Text Example
White with #F3DDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DDF3; }
p { color: rgb(243,221,243); }
H1.HeaderClassName
{
color: #F3DDF3;
}
.AnyTagClassName
{
color: #F3DDF3;
}
</style>
background-color css
<style>
a { background-color: #F3DDF3; }
a { background-color: rgb(243,221,243); }
div.DivClassName
{
background-color: #F3DDF3;
}
.BgClassName
{
background-color: #F3DDF3;
}
</style>
border-color css
<style>
span { border-color: #F3DDF3; }
span { border-color: rgb(243,221,243); }
td.TdClassName
{
border-color: #F3DDF3;
}
.TagClassName
{
border-color: #F3DDF3;
}
</style>