Shades of Selago #F2E1F1
Tints of Selago #F2E1F1
RGB
CMYK
RGB Variations
Color information
#F2E1F1 (or 0xF2E1F1) is known color: Selago. HEX triplet: F2, E1 and F1. RGB value is (242,225,241). Sum of RGB (Red+Green+Blue) = 242+225+241=708 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.18% from 708); Green value is 225 (88.28% from 255 or 31.78% from 708); Blue value is 241 (94.53% from 255 or 34.04% from 708); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E1F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E1F1 is #0D1E0E. Grayscale: #E7E7E7. Windows color (decimal): -859663 or 15852018. OLE color: 15852018.
HSL color Cylindrical-coordinate representation of color #F2E1F1: hue angle of 303.53º degrees, saturation: 0.4, 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 #F2E1F1 is Cyan = 0, Magento = 0.07, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 225 | 241 | - |
| CMYK | 0 | 0.07 | 0.00 | 0.05 |
| HSL | 303.53º | 0.4% | 0.92% | - |
| HSV(B) | 303.53º | 0.07% | 0.95% | - |
| XYZ | 79.42 | 79.08 | 94.3 | - |
| YUV | 231.91 | 133.13 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 225 | 241 | 0 | 0.07 | 0.00 | 0.05 | 303.53 | 0.4 | 0.92 |
| Hex | F2 | E1 | F1 | 0 | 7 | 0 | 5 | 130 | 28 | 5C |
| Octal | 362 | 341 | 361 | 0 | 7 | 0 | 5 | 460 | 50 | 134 |
| Binary | 11110010 | 11100001 | 11110001 | 0 | 111 | 0 | 101 | 100110000 | 101000 | 1011100 |
Color Harmonies of #F2E1F1
Complementary color
Monochromatic Colors of #F2E1F1
Black with #F2E1F1
Text Example
Text Example
White with #F2E1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E1F1; }
p { color: rgb(242,225,241); }
H1.HeaderClassName
{
color: #F2E1F1;
}
.AnyTagClassName
{
color: #F2E1F1;
}
</style>
background-color css
<style>
a { background-color: #F2E1F1; }
a { background-color: rgb(242,225,241); }
div.DivClassName
{
background-color: #F2E1F1;
}
.BgClassName
{
background-color: #F2E1F1;
}
</style>
border-color css
<style>
span { border-color: #F2E1F1; }
span { border-color: rgb(242,225,241); }
td.TdClassName
{
border-color: #F2E1F1;
}
.TagClassName
{
border-color: #F2E1F1;
}
</style>