Shades of Selago #F3DFF7
Tints of Selago #F3DFF7
RGB
CMYK
RGB Variations
Color information
#F3DFF7 (or 0xF3DFF7) is known color: Selago. HEX triplet: F3, DF and F7. RGB value is (243,223,247). Sum of RGB (Red+Green+Blue) = 243+223+247=713 (94% of max value = 765). Red value is 243 (95.31% from 255 or 34.08% from 713); Green value is 223 (87.5% from 255 or 31.28% from 713); Blue value is 247 (96.88% from 255 or 34.64% from 713); Max value from RGB is 247 - color contains mainly: blue. Hex color #F3DFF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DFF7 is #0C2008. Grayscale: #E7E7E7. Windows color (decimal): -794633 or 16244723. OLE color: 16244723.
HSL color Cylindrical-coordinate representation of color #F3DFF7: hue angle of 290º degrees, saturation: 0.6, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F3DFF7 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 243 | 223 | 247 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.03 |
| HSL | 290º | 0.6% | 0.92% | - |
| HSV(B) | 290º | 0.1% | 0.97% | - |
| XYZ | 80.14 | 78.55 | 98.93 | - |
| YUV | 231.72 | 136.63 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 223 | 247 | 0.02 | 0.10 | 0 | 0.03 | 290 | 0.6 | 0.92 |
| Hex | F3 | DF | F7 | 2 | A | 0 | 3 | 122 | 3C | 5C |
| Octal | 363 | 337 | 367 | 2 | 12 | 0 | 3 | 442 | 74 | 134 |
| Binary | 11110011 | 11011111 | 11110111 | 10 | 1010 | 0 | 11 | 100100010 | 111100 | 1011100 |
Color Harmonies of #F3DFF7
Complementary color
Monochromatic Colors of #F3DFF7
Black with #F3DFF7
Text Example
Text Example
White with #F3DFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DFF7; }
p { color: rgb(243,223,247); }
H1.HeaderClassName
{
color: #F3DFF7;
}
.AnyTagClassName
{
color: #F3DFF7;
}
</style>
background-color css
<style>
a { background-color: #F3DFF7; }
a { background-color: rgb(243,223,247); }
div.DivClassName
{
background-color: #F3DFF7;
}
.BgClassName
{
background-color: #F3DFF7;
}
</style>
border-color css
<style>
span { border-color: #F3DFF7; }
span { border-color: rgb(243,223,247); }
td.TdClassName
{
border-color: #F3DFF7;
}
.TagClassName
{
border-color: #F3DFF7;
}
</style>