Shades of Provincial Pink #F1E3DE
Tints of Provincial Pink #F1E3DE
RGB
CMYK
RGB Variations
Color information
#F1E3DE (or 0xF1E3DE) is known color: Provincial Pink. HEX triplet: F1, E3 and DE. RGB value is (241,227,222). Sum of RGB (Red+Green+Blue) = 241+227+222=690 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.93% from 690); Green value is 227 (89.06% from 255 or 32.90% from 690); Blue value is 222 (87.11% from 255 or 32.17% from 690); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E3DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E3DE is #0E1C21. Grayscale: #E6E6E6. Windows color (decimal): -924706 or 14607345. OLE color: 14607345.
HSL color Cylindrical-coordinate representation of color #F1E3DE: hue angle of 15.79º degrees, saturation: 0.4, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F1E3DE is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 227 | 222 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.05 |
| HSL | 15.79º | 0.4% | 0.91% | - |
| HSV(B) | 15.79º | 0.08% | 0.95% | - |
| XYZ | 76.93 | 78.91 | 80.28 | - |
| YUV | 230.62 | 123.14 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 227 | 222 | 0 | 0.06 | 0.08 | 0.05 | 15.79 | 0.4 | 0.91 |
| Hex | F1 | E3 | DE | 0 | 6 | 8 | 5 | 10 | 28 | 5B |
| Octal | 361 | 343 | 336 | 0 | 6 | 10 | 5 | 20 | 50 | 133 |
| Binary | 11110001 | 11100011 | 11011110 | 0 | 110 | 1000 | 101 | 10000 | 101000 | 1011011 |
Color Harmonies of #F1E3DE
Complementary color
Monochromatic Colors of #F1E3DE
Black with #F1E3DE
Text Example
Text Example
White with #F1E3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E3DE; }
p { color: rgb(241,227,222); }
H1.HeaderClassName
{
color: #F1E3DE;
}
.AnyTagClassName
{
color: #F1E3DE;
}
</style>
background-color css
<style>
a { background-color: #F1E3DE; }
a { background-color: rgb(241,227,222); }
div.DivClassName
{
background-color: #F1E3DE;
}
.BgClassName
{
background-color: #F1E3DE;
}
</style>
border-color css
<style>
span { border-color: #F1E3DE; }
span { border-color: rgb(241,227,222); }
td.TdClassName
{
border-color: #F1E3DE;
}
.TagClassName
{
border-color: #F1E3DE;
}
</style>