Shades of Selago #F7EFF7
Tints of Selago #F7EFF7
RGB
CMYK
RGB Variations
Color information
#F7EFF7 (or 0xF7EFF7) is known color: Selago. HEX triplet: F7, EF and F7. RGB value is (247,239,247). Sum of RGB (Red+Green+Blue) = 247+239+247=733 (97% of max value = 765). Red value is 247 (96.88% from 255 or 33.70% from 733); Green value is 239 (93.75% from 255 or 32.61% from 733); Blue value is 247 (96.88% from 255 or 33.70% from 733); Max value from RGB is 247 - color contains mainly: red, blue. Hex color #F7EFF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7EFF7 is #081008. Grayscale: #F2F2F2. Windows color (decimal): -528393 or 16248823. OLE color: 16248823.
HSL color Cylindrical-coordinate representation of color #F7EFF7: hue angle of 300º degrees, saturation: 0.33, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F7EFF7 is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 247 | 239 | 247 | - |
CMYK | 0 | 0.03 | 0 | 0.03 |
HSL | 300º | 0.33% | 0.95% | - |
HSV(B) | 300º | 0.03% | 0.97% | - |
XYZ | 86.01 | 88.22 | 100.49 | - |
YUV | 242.3 | 130.65 | 131.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 247 | 239 | 247 | 0 | 0.03 | 0 | 0.03 | 300 | 0.33 | 0.95 |
Hex | F7 | EF | F7 | 0 | 3 | 0 | 3 | 12C | 21 | 5F |
Octal | 367 | 357 | 367 | 0 | 3 | 0 | 3 | 454 | 41 | 137 |
Binary | 11110111 | 11101111 | 11110111 | 0 | 11 | 0 | 11 | 100101100 | 100001 | 1011111 |
Color Harmonies of #F7EFF7
Complementary color
Monochromatic Colors of #F7EFF7
Black with #F7EFF7
Text Example
Text Example
White with #F7EFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7EFF7; }
p { color: rgb(247,239,247); }
H1.HeaderClassName
{
color: #F7EFF7;
}
.AnyTagClassName
{
color: #F7EFF7;
}
</style>
background-color css
<style>
a { background-color: #F7EFF7; }
a { background-color: rgb(247,239,247); }
div.DivClassName
{
background-color: #F7EFF7;
}
.BgClassName
{
background-color: #F7EFF7;
}
</style>
border-color css
<style>
span { border-color: #F7EFF7; }
span { border-color: rgb(247,239,247); }
td.TdClassName
{
border-color: #F7EFF7;
}
.TagClassName
{
border-color: #F7EFF7;
}
</style>