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