Shades of Selago #F3DDF5
Tints of Selago #F3DDF5
RGB
CMYK
RGB Variations
Color information
#F3DDF5 (or 0xF3DDF5) is known color: Selago. HEX triplet: F3, DD and F5. RGB value is (243,221,245). Sum of RGB (Red+Green+Blue) = 243+221+245=709 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.27% from 709); Green value is 221 (86.72% from 255 or 31.17% from 709); Blue value is 245 (96.09% from 255 or 34.56% from 709); Max value from RGB is 245 - color contains mainly: blue. Hex color #F3DDF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DDF5 is #0C220A. Grayscale: #E6E6E6. Windows color (decimal): -795147 or 16113139. OLE color: 16113139.
HSL color Cylindrical-coordinate representation of color #F3DDF5: hue angle of 295º degrees, saturation: 0.55, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F3DDF5 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 221 | 245 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.04 |
| HSL | 295º | 0.55% | 0.91% | - |
| HSV(B) | 295º | 0.1% | 0.96% | - |
| XYZ | 79.3 | 77.36 | 97.14 | - |
| YUV | 230.31 | 136.29 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 221 | 245 | 0.01 | 0.10 | 0 | 0.04 | 295 | 0.55 | 0.91 |
| Hex | F3 | DD | F5 | 1 | A | 0 | 4 | 127 | 37 | 5B |
| Octal | 363 | 335 | 365 | 1 | 12 | 0 | 4 | 447 | 67 | 133 |
| Binary | 11110011 | 11011101 | 11110101 | 1 | 1010 | 0 | 100 | 100100111 | 110111 | 1011011 |
Color Harmonies of #F3DDF5
Complementary color
Monochromatic Colors of #F3DDF5
Black with #F3DDF5
Text Example
Text Example
White with #F3DDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DDF5; }
p { color: rgb(243,221,245); }
H1.HeaderClassName
{
color: #F3DDF5;
}
.AnyTagClassName
{
color: #F3DDF5;
}
</style>
background-color css
<style>
a { background-color: #F3DDF5; }
a { background-color: rgb(243,221,245); }
div.DivClassName
{
background-color: #F3DDF5;
}
.BgClassName
{
background-color: #F3DDF5;
}
</style>
border-color css
<style>
span { border-color: #F3DDF5; }
span { border-color: rgb(243,221,245); }
td.TdClassName
{
border-color: #F3DDF5;
}
.TagClassName
{
border-color: #F3DDF5;
}
</style>