Shades of Selago #F5EEF5
Tints of Selago #F5EEF5
RGB
CMYK
RGB Variations
Color information
#F5EEF5 (or 0xF5EEF5) is known color: Selago. HEX triplet: F5, EE and F5. RGB value is (245,238,245). Sum of RGB (Red+Green+Blue) = 245+238+245=728 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.65% from 728); Green value is 238 (93.36% from 255 or 32.69% from 728); Blue value is 245 (96.09% from 255 or 33.65% from 728); Max value from RGB is 245 - color contains mainly: red, blue. Hex color #F5EEF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EEF5 is #0A110A. Grayscale: #F0F0F0. Windows color (decimal): -659723 or 16117493. OLE color: 16117493.
HSL color Cylindrical-coordinate representation of color #F5EEF5: hue angle of 300º degrees, saturation: 0.26, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F5EEF5 is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 238 | 245 | - |
CMYK | 0 | 0.03 | 0 | 0.04 |
HSL | 300º | 0.26% | 0.95% | - |
HSV(B) | 300º | 0.03% | 0.96% | - |
XYZ | 84.71 | 87.15 | 98.74 | - |
YUV | 240.89 | 130.32 | 130.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 238 | 245 | 0 | 0.03 | 0 | 0.04 | 300 | 0.26 | 0.95 |
Hex | F5 | EE | F5 | 0 | 3 | 0 | 4 | 12C | 1A | 5F |
Octal | 365 | 356 | 365 | 0 | 3 | 0 | 4 | 454 | 32 | 137 |
Binary | 11110101 | 11101110 | 11110101 | 0 | 11 | 0 | 100 | 100101100 | 11010 | 1011111 |
Color Harmonies of #F5EEF5
Complementary color
Monochromatic Colors of #F5EEF5
Black with #F5EEF5
Text Example
Text Example
White with #F5EEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EEF5; }
p { color: rgb(245,238,245); }
H1.HeaderClassName
{
color: #F5EEF5;
}
.AnyTagClassName
{
color: #F5EEF5;
}
</style>
background-color css
<style>
a { background-color: #F5EEF5; }
a { background-color: rgb(245,238,245); }
div.DivClassName
{
background-color: #F5EEF5;
}
.BgClassName
{
background-color: #F5EEF5;
}
</style>
border-color css
<style>
span { border-color: #F5EEF5; }
span { border-color: rgb(245,238,245); }
td.TdClassName
{
border-color: #F5EEF5;
}
.TagClassName
{
border-color: #F5EEF5;
}
</style>