Shades of Fair Pink #F1E1D4
Tints of Fair Pink #F1E1D4
RGB
CMYK
RGB Variations
Color information
#F1E1D4 (or 0xF1E1D4) is known color: Fair Pink. HEX triplet: F1, E1 and D4. RGB value is (241,225,212). Sum of RGB (Red+Green+Blue) = 241+225+212=678 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.55% from 678); Green value is 225 (88.28% from 255 or 33.19% from 678); Blue value is 212 (83.20% from 255 or 31.27% from 678); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E1D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E1D4 is #0E1E2B. Grayscale: #E4E4E4. Windows color (decimal): -925228 or 13951473. OLE color: 13951473.
HSL color Cylindrical-coordinate representation of color #F1E1D4: hue angle of 26.9º degrees, saturation: 0.51, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F1E1D4 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 225 | 212 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.05 |
| HSL | 26.9º | 0.51% | 0.89% | - |
| HSV(B) | 26.9º | 0.12% | 0.95% | - |
| XYZ | 75.08 | 77.3 | 73.25 | - |
| YUV | 228.3 | 118.8 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 225 | 212 | 0 | 0.07 | 0.12 | 0.05 | 26.9 | 0.51 | 0.89 |
| Hex | F1 | E1 | D4 | 0 | 7 | C | 5 | 1B | 33 | 59 |
| Octal | 361 | 341 | 324 | 0 | 7 | 14 | 5 | 33 | 63 | 131 |
| Binary | 11110001 | 11100001 | 11010100 | 0 | 111 | 1100 | 101 | 11011 | 110011 | 1011001 |
Color Harmonies of #F1E1D4
Complementary color
Monochromatic Colors of #F1E1D4
Black with #F1E1D4
Text Example
Text Example
White with #F1E1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E1D4; }
p { color: rgb(241,225,212); }
H1.HeaderClassName
{
color: #F1E1D4;
}
.AnyTagClassName
{
color: #F1E1D4;
}
</style>
background-color css
<style>
a { background-color: #F1E1D4; }
a { background-color: rgb(241,225,212); }
div.DivClassName
{
background-color: #F1E1D4;
}
.BgClassName
{
background-color: #F1E1D4;
}
</style>
border-color css
<style>
span { border-color: #F1E1D4; }
span { border-color: rgb(241,225,212); }
td.TdClassName
{
border-color: #F1E1D4;
}
.TagClassName
{
border-color: #F1E1D4;
}
</style>