Shades of Pale Pink #F1E2E3
Tints of Pale Pink #F1E2E3
RGB
CMYK
RGB Variations
Color information
#F1E2E3 (or 0xF1E2E3) is known color: Pale Pink. HEX triplet: F1, E2 and E3. RGB value is (241,226,227). Sum of RGB (Red+Green+Blue) = 241+226+227=694 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.73% from 694); Green value is 226 (88.67% from 255 or 32.56% from 694); Blue value is 227 (89.06% from 255 or 32.71% from 694); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E2E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E2E3 is #0E1D1C. Grayscale: #E6E6E6. Windows color (decimal): -924957 or 14934769. OLE color: 14934769.
HSL color Cylindrical-coordinate representation of color #F1E2E3: hue angle of 356º degrees, saturation: 0.35, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F1E2E3 is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 226 | 227 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.05 |
| HSL | 356º | 0.35% | 0.92% | - |
| HSV(B) | 356º | 0.06% | 0.95% | - |
| XYZ | 77.34 | 78.64 | 83.78 | - |
| YUV | 230.6 | 125.97 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 226 | 227 | 0 | 0.06 | 0.06 | 0.05 | 356 | 0.35 | 0.92 |
| Hex | F1 | E2 | E3 | 0 | 6 | 6 | 5 | 164 | 23 | 5C |
| Octal | 361 | 342 | 343 | 0 | 6 | 6 | 5 | 544 | 43 | 134 |
| Binary | 11110001 | 11100010 | 11100011 | 0 | 110 | 110 | 101 | 101100100 | 100011 | 1011100 |
Color Harmonies of #F1E2E3
Complementary color
Monochromatic Colors of #F1E2E3
Black with #F1E2E3
Text Example
Text Example
White with #F1E2E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E2E3; }
p { color: rgb(241,226,227); }
H1.HeaderClassName
{
color: #F1E2E3;
}
.AnyTagClassName
{
color: #F1E2E3;
}
</style>
background-color css
<style>
a { background-color: #F1E2E3; }
a { background-color: rgb(241,226,227); }
div.DivClassName
{
background-color: #F1E2E3;
}
.BgClassName
{
background-color: #F1E2E3;
}
</style>
border-color css
<style>
span { border-color: #F1E2E3; }
span { border-color: rgb(241,226,227); }
td.TdClassName
{
border-color: #F1E2E3;
}
.TagClassName
{
border-color: #F1E2E3;
}
</style>