Shades of Selago #F5DDF3
Tints of Selago #F5DDF3
RGB
CMYK
RGB Variations
Color information
#F5DDF3 (or 0xF5DDF3) is known color: Selago. HEX triplet: F5, DD and F3. RGB value is (245,221,243). Sum of RGB (Red+Green+Blue) = 245+221+243=709 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.56% from 709); Green value is 221 (86.72% from 255 or 31.17% from 709); Blue value is 243 (95.31% from 255 or 34.27% from 709); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DDF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DDF3 is #0A220C. Grayscale: #E6E6E6. Windows color (decimal): -664077 or 15982069. OLE color: 15982069.
HSL color Cylindrical-coordinate representation of color #F5DDF3: hue angle of 305º 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 #F5DDF3 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 221 | 243 | - |
CMYK | 0 | 0.10 | 0.01 | 0.04 |
HSL | 305º | 0.55% | 0.91% | - |
HSV(B) | 305º | 0.1% | 0.96% | - |
XYZ | 79.69 | 77.6 | 95.57 | - |
YUV | 230.68 | 134.95 | 138.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 221 | 243 | 0 | 0.10 | 0.01 | 0.04 | 305 | 0.55 | 0.91 |
Hex | F5 | DD | F3 | 0 | A | 1 | 4 | 131 | 37 | 5B |
Octal | 365 | 335 | 363 | 0 | 12 | 1 | 4 | 461 | 67 | 133 |
Binary | 11110101 | 11011101 | 11110011 | 0 | 1010 | 1 | 100 | 100110001 | 110111 | 1011011 |
Color Harmonies of #F5DDF3
Complementary color
Monochromatic Colors of #F5DDF3
Black with #F5DDF3
Text Example
Text Example
White with #F5DDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DDF3; }
p { color: rgb(245,221,243); }
H1.HeaderClassName
{
color: #F5DDF3;
}
.AnyTagClassName
{
color: #F5DDF3;
}
</style>
background-color css
<style>
a { background-color: #F5DDF3; }
a { background-color: rgb(245,221,243); }
div.DivClassName
{
background-color: #F5DDF3;
}
.BgClassName
{
background-color: #F5DDF3;
}
</style>
border-color css
<style>
span { border-color: #F5DDF3; }
span { border-color: rgb(245,221,243); }
td.TdClassName
{
border-color: #F5DDF3;
}
.TagClassName
{
border-color: #F5DDF3;
}
</style>