Shades of Wisp Pink #F1E6E3
Tints of Wisp Pink #F1E6E3
RGB
CMYK
RGB Variations
Color information
#F1E6E3 (or 0xF1E6E3) is known color: Wisp Pink. HEX triplet: F1, E6 and E3. RGB value is (241,230,227). Sum of RGB (Red+Green+Blue) = 241+230+227=698 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.53% from 698); Green value is 230 (90.23% from 255 or 32.95% from 698); Blue value is 227 (89.06% from 255 or 32.52% from 698); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E6E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E6E3 is #0E191C. Grayscale: #E8E8E8. Windows color (decimal): -923933 or 14935793. OLE color: 14935793.
HSL color Cylindrical-coordinate representation of color #F1E6E3: hue angle of 12.86º degrees, saturation: 0.33, 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 #F1E6E3 is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 230 | 227 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.05 |
| HSL | 12.86º | 0.33% | 0.92% | - |
| HSV(B) | 12.86º | 0.06% | 0.95% | - |
| XYZ | 78.44 | 80.84 | 84.14 | - |
| YUV | 232.95 | 124.64 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 230 | 227 | 0 | 0.05 | 0.06 | 0.05 | 12.86 | 0.33 | 0.92 |
| Hex | F1 | E6 | E3 | 0 | 5 | 6 | 5 | D | 21 | 5C |
| Octal | 361 | 346 | 343 | 0 | 5 | 6 | 5 | 15 | 41 | 134 |
| Binary | 11110001 | 11100110 | 11100011 | 0 | 101 | 110 | 101 | 1101 | 100001 | 1011100 |
Color Harmonies of #F1E6E3
Complementary color
Monochromatic Colors of #F1E6E3
Black with #F1E6E3
Text Example
Text Example
White with #F1E6E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E6E3; }
p { color: rgb(241,230,227); }
H1.HeaderClassName
{
color: #F1E6E3;
}
.AnyTagClassName
{
color: #F1E6E3;
}
</style>
background-color css
<style>
a { background-color: #F1E6E3; }
a { background-color: rgb(241,230,227); }
div.DivClassName
{
background-color: #F1E6E3;
}
.BgClassName
{
background-color: #F1E6E3;
}
</style>
border-color css
<style>
span { border-color: #F1E6E3; }
span { border-color: rgb(241,230,227); }
td.TdClassName
{
border-color: #F1E6E3;
}
.TagClassName
{
border-color: #F1E6E3;
}
</style>