Shades of Selago #F3DDF2
Tints of Selago #F3DDF2
RGB
CMYK
RGB Variations
Color information
#F3DDF2 (or 0xF3DDF2) is known color: Selago. HEX triplet: F3, DD and F2. RGB value is (243,221,242). Sum of RGB (Red+Green+Blue) = 243+221+242=706 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.42% from 706); Green value is 221 (86.72% from 255 or 31.30% from 706); Blue value is 242 (94.92% from 255 or 34.28% from 706); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DDF2 is #0C220D. Grayscale: #E5E5E5. Windows color (decimal): -795150 or 15916531. OLE color: 15916531.
HSL color Cylindrical-coordinate representation of color #F3DDF2: hue angle of 302.73º 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 #F3DDF2 is Cyan = 0, Magento = 0.09, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 221 | 242 | - |
| CMYK | 0 | 0.09 | 0.00 | 0.05 |
| HSL | 302.73º | 0.48% | 0.91% | - |
| HSV(B) | 302.73º | 0.09% | 0.95% | - |
| XYZ | 78.85 | 77.18 | 94.75 | - |
| YUV | 229.97 | 134.79 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 221 | 242 | 0 | 0.09 | 0.00 | 0.05 | 302.73 | 0.48 | 0.91 |
| Hex | F3 | DD | F2 | 0 | 9 | 0 | 5 | 12F | 30 | 5B |
| Octal | 363 | 335 | 362 | 0 | 11 | 0 | 5 | 457 | 60 | 133 |
| Binary | 11110011 | 11011101 | 11110010 | 0 | 1001 | 0 | 101 | 100101111 | 110000 | 1011011 |
Color Harmonies of #F3DDF2
Complementary color
Monochromatic Colors of #F3DDF2
Black with #F3DDF2
Text Example
Text Example
White with #F3DDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DDF2; }
p { color: rgb(243,221,242); }
H1.HeaderClassName
{
color: #F3DDF2;
}
.AnyTagClassName
{
color: #F3DDF2;
}
</style>
background-color css
<style>
a { background-color: #F3DDF2; }
a { background-color: rgb(243,221,242); }
div.DivClassName
{
background-color: #F3DDF2;
}
.BgClassName
{
background-color: #F3DDF2;
}
</style>
border-color css
<style>
span { border-color: #F3DDF2; }
span { border-color: rgb(243,221,242); }
td.TdClassName
{
border-color: #F3DDF2;
}
.TagClassName
{
border-color: #F3DDF2;
}
</style>