Shades of Selago #F7DCFE
Tints of Selago #F7DCFE
RGB
CMYK
RGB Variations
Color information
#F7DCFE (or 0xF7DCFE) is known color: Selago. HEX triplet: F7, DC and FE. RGB value is (247,220,254). Sum of RGB (Red+Green+Blue) = 247+220+254=721 (95% of max value = 765). Red value is 247 (96.88% from 255 or 34.26% from 721); Green value is 220 (86.33% from 255 or 30.51% from 721); Blue value is 254 (99.61% from 255 or 35.23% from 721); Max value from RGB is 254 - color contains mainly: blue. Hex color #F7DCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DCFE is #082301. Grayscale: #E7E7E7. Windows color (decimal): -533250 or 16702711. OLE color: 16702711.
HSL color Cylindrical-coordinate representation of color #F7DCFE: hue angle of 287.65º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F7DCFE is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 220 | 254 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.00 |
| HSL | 287.65º | 0.94% | 0.93% | - |
| HSV(B) | 287.65º | 0.13% | 1% | - |
| XYZ | 81.84 | 78.12 | 104.53 | - |
| YUV | 231.95 | 140.45 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 220 | 254 | 0.03 | 0.13 | 0 | 0.00 | 287.65 | 0.94 | 0.93 |
| Hex | F7 | DC | FE | 3 | D | 0 | 0 | 120 | 5E | 5D |
| Octal | 367 | 334 | 376 | 3 | 15 | 0 | 0 | 440 | 136 | 135 |
| Binary | 11110111 | 11011100 | 11111110 | 11 | 1101 | 0 | 0 | 100100000 | 1011110 | 1011101 |
Color Harmonies of #F7DCFE
Complementary color
Monochromatic Colors of #F7DCFE
Black with #F7DCFE
Text Example
Text Example
White with #F7DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DCFE; }
p { color: rgb(247,220,254); }
H1.HeaderClassName
{
color: #F7DCFE;
}
.AnyTagClassName
{
color: #F7DCFE;
}
</style>
background-color css
<style>
a { background-color: #F7DCFE; }
a { background-color: rgb(247,220,254); }
div.DivClassName
{
background-color: #F7DCFE;
}
.BgClassName
{
background-color: #F7DCFE;
}
</style>
border-color css
<style>
span { border-color: #F7DCFE; }
span { border-color: rgb(247,220,254); }
td.TdClassName
{
border-color: #F7DCFE;
}
.TagClassName
{
border-color: #F7DCFE;
}
</style>