Shades of Selago #F4DDF5
Tints of Selago #F4DDF5
RGB
CMYK
RGB Variations
Color information
#F4DDF5 (or 0xF4DDF5) is known color: Selago. HEX triplet: F4, DD and F5. RGB value is (244,221,245). Sum of RGB (Red+Green+Blue) = 244+221+245=710 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.37% from 710); Green value is 221 (86.72% from 255 or 31.13% from 710); Blue value is 245 (96.09% from 255 or 34.51% from 710); Max value from RGB is 245 - color contains mainly: blue. Hex color #F4DDF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DDF5 is #0B220A. Grayscale: #E6E6E6. Windows color (decimal): -729611 or 16113140. OLE color: 16113140.
HSL color Cylindrical-coordinate representation of color #F4DDF5: hue angle of 297.5º 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 #F4DDF5 is Cyan = 0.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 221 | 245 | - |
| CMYK | 0.00 | 0.10 | 0 | 0.04 |
| HSL | 297.5º | 0.55% | 0.91% | - |
| HSV(B) | 297.5º | 0.1% | 0.96% | - |
| XYZ | 79.65 | 77.54 | 97.15 | - |
| YUV | 230.61 | 136.12 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 221 | 245 | 0.00 | 0.10 | 0 | 0.04 | 297.5 | 0.55 | 0.91 |
| Hex | F4 | DD | F5 | 0 | A | 0 | 4 | 12A | 37 | 5B |
| Octal | 364 | 335 | 365 | 0 | 12 | 0 | 4 | 452 | 67 | 133 |
| Binary | 11110100 | 11011101 | 11110101 | 0 | 1010 | 0 | 100 | 100101010 | 110111 | 1011011 |
Color Harmonies of #F4DDF5
Complementary color
Monochromatic Colors of #F4DDF5
Black with #F4DDF5
Text Example
Text Example
White with #F4DDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DDF5; }
p { color: rgb(244,221,245); }
H1.HeaderClassName
{
color: #F4DDF5;
}
.AnyTagClassName
{
color: #F4DDF5;
}
</style>
background-color css
<style>
a { background-color: #F4DDF5; }
a { background-color: rgb(244,221,245); }
div.DivClassName
{
background-color: #F4DDF5;
}
.BgClassName
{
background-color: #F4DDF5;
}
</style>
border-color css
<style>
span { border-color: #F4DDF5; }
span { border-color: rgb(244,221,245); }
td.TdClassName
{
border-color: #F4DDF5;
}
.TagClassName
{
border-color: #F4DDF5;
}
</style>