Shades of Wisp Pink #F1E7E4
Tints of Wisp Pink #F1E7E4
RGB
CMYK
RGB Variations
Color information
#F1E7E4 (or 0xF1E7E4) is known color: Wisp Pink. HEX triplet: F1, E7 and E4. RGB value is (241,231,228). Sum of RGB (Red+Green+Blue) = 241+231+228=700 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.43% from 700); Green value is 231 (90.62% from 255 or 33% from 700); Blue value is 228 (89.45% from 255 or 32.57% from 700); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E7E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E7E4 is #0E181B. Grayscale: #E9E9E9. Windows color (decimal): -923676 or 15001585. OLE color: 15001585.
HSL color Cylindrical-coordinate representation of color #F1E7E4: hue angle of 13.85º degrees, saturation: 0.32, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F1E7E4 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 231 | 228 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.05 |
| HSL | 13.85º | 0.32% | 0.92% | - |
| HSV(B) | 13.85º | 0.05% | 0.95% | - |
| XYZ | 78.86 | 81.45 | 84.96 | - |
| YUV | 233.65 | 124.81 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 231 | 228 | 0 | 0.04 | 0.05 | 0.05 | 13.85 | 0.32 | 0.92 |
| Hex | F1 | E7 | E4 | 0 | 4 | 5 | 5 | E | 20 | 5C |
| Octal | 361 | 347 | 344 | 0 | 4 | 5 | 5 | 16 | 40 | 134 |
| Binary | 11110001 | 11100111 | 11100100 | 0 | 100 | 101 | 101 | 1110 | 100000 | 1011100 |
Color Harmonies of #F1E7E4
Complementary color
Monochromatic Colors of #F1E7E4
Black with #F1E7E4
Text Example
Text Example
White with #F1E7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E7E4; }
p { color: rgb(241,231,228); }
H1.HeaderClassName
{
color: #F1E7E4;
}
.AnyTagClassName
{
color: #F1E7E4;
}
</style>
background-color css
<style>
a { background-color: #F1E7E4; }
a { background-color: rgb(241,231,228); }
div.DivClassName
{
background-color: #F1E7E4;
}
.BgClassName
{
background-color: #F1E7E4;
}
</style>
border-color css
<style>
span { border-color: #F1E7E4; }
span { border-color: rgb(241,231,228); }
td.TdClassName
{
border-color: #F1E7E4;
}
.TagClassName
{
border-color: #F1E7E4;
}
</style>