Shades of Selago #F3E1F1
Tints of Selago #F3E1F1
RGB
CMYK
RGB Variations
Color information
#F3E1F1 (or 0xF3E1F1) is known color: Selago. HEX triplet: F3, E1 and F1. RGB value is (243,225,241). Sum of RGB (Red+Green+Blue) = 243+225+241=709 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.27% from 709); Green value is 225 (88.28% from 255 or 31.73% from 709); Blue value is 241 (94.53% from 255 or 33.99% from 709); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E1F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3E1F1 is #0C1E0E. Grayscale: #E8E8E8. Windows color (decimal): -794127 or 15852019. OLE color: 15852019.
HSL color Cylindrical-coordinate representation of color #F3E1F1: hue angle of 306.67º degrees, saturation: 0.43, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F3E1F1 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 225 | 241 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.05 |
| HSL | 306.67º | 0.43% | 0.92% | - |
| HSV(B) | 306.67º | 0.07% | 0.95% | - |
| XYZ | 79.76 | 79.26 | 94.31 | - |
| YUV | 232.21 | 132.96 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 225 | 241 | 0 | 0.07 | 0.01 | 0.05 | 306.67 | 0.43 | 0.92 |
| Hex | F3 | E1 | F1 | 0 | 7 | 1 | 5 | 133 | 2B | 5C |
| Octal | 363 | 341 | 361 | 0 | 7 | 1 | 5 | 463 | 53 | 134 |
| Binary | 11110011 | 11100001 | 11110001 | 0 | 111 | 1 | 101 | 100110011 | 101011 | 1011100 |
Color Harmonies of #F3E1F1
Complementary color
Monochromatic Colors of #F3E1F1
Black with #F3E1F1
Text Example
Text Example
White with #F3E1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E1F1; }
p { color: rgb(243,225,241); }
H1.HeaderClassName
{
color: #F3E1F1;
}
.AnyTagClassName
{
color: #F3E1F1;
}
</style>
background-color css
<style>
a { background-color: #F3E1F1; }
a { background-color: rgb(243,225,241); }
div.DivClassName
{
background-color: #F3E1F1;
}
.BgClassName
{
background-color: #F3E1F1;
}
</style>
border-color css
<style>
span { border-color: #F3E1F1; }
span { border-color: rgb(243,225,241); }
td.TdClassName
{
border-color: #F3E1F1;
}
.TagClassName
{
border-color: #F3E1F1;
}
</style>