Shades of Selago #F3E0F1
Tints of Selago #F3E0F1
RGB
CMYK
RGB Variations
Color information
#F3E0F1 (or 0xF3E0F1) is known color: Selago. HEX triplet: F3, E0 and F1. RGB value is (243,224,241). Sum of RGB (Red+Green+Blue) = 243+224+241=708 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.32% from 708); Green value is 224 (87.89% from 255 or 31.64% from 708); Blue value is 241 (94.53% from 255 or 34.04% from 708); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E0F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3E0F1 is #0C1F0E. Grayscale: #E7E7E7. Windows color (decimal): -794383 or 15851763. OLE color: 15851763.
HSL color Cylindrical-coordinate representation of color #F3E0F1: hue angle of 306.32º degrees, saturation: 0.44, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F3E0F1 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 224 | 241 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.05 |
| HSL | 306.32º | 0.44% | 0.92% | - |
| HSV(B) | 306.32º | 0.08% | 0.95% | - |
| XYZ | 79.49 | 78.72 | 94.22 | - |
| YUV | 231.62 | 133.29 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 224 | 241 | 0 | 0.08 | 0.01 | 0.05 | 306.32 | 0.44 | 0.92 |
| Hex | F3 | E0 | F1 | 0 | 8 | 1 | 5 | 132 | 2C | 5C |
| Octal | 363 | 340 | 361 | 0 | 10 | 1 | 5 | 462 | 54 | 134 |
| Binary | 11110011 | 11100000 | 11110001 | 0 | 1000 | 1 | 101 | 100110010 | 101100 | 1011100 |
Color Harmonies of #F3E0F1
Complementary color
Monochromatic Colors of #F3E0F1
Black with #F3E0F1
Text Example
Text Example
White with #F3E0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E0F1; }
p { color: rgb(243,224,241); }
H1.HeaderClassName
{
color: #F3E0F1;
}
.AnyTagClassName
{
color: #F3E0F1;
}
</style>
background-color css
<style>
a { background-color: #F3E0F1; }
a { background-color: rgb(243,224,241); }
div.DivClassName
{
background-color: #F3E0F1;
}
.BgClassName
{
background-color: #F3E0F1;
}
</style>
border-color css
<style>
span { border-color: #F3E0F1; }
span { border-color: rgb(243,224,241); }
td.TdClassName
{
border-color: #F3E0F1;
}
.TagClassName
{
border-color: #F3E0F1;
}
</style>