Shades of Fair Pink #F1E0D3
Tints of Fair Pink #F1E0D3
RGB
CMYK
RGB Variations
Color information
#F1E0D3 (or 0xF1E0D3) is known color: Fair Pink. HEX triplet: F1, E0 and D3. RGB value is (241,224,211). Sum of RGB (Red+Green+Blue) = 241+224+211=676 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.65% from 676); Green value is 224 (87.89% from 255 or 33.14% from 676); Blue value is 211 (82.81% from 255 or 31.21% from 676); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E0D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E0D3 is #0E1F2C. Grayscale: #E3E3E3. Windows color (decimal): -925485 or 13885681. OLE color: 13885681.
HSL color Cylindrical-coordinate representation of color #F1E0D3: hue angle of 26º degrees, saturation: 0.52, 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 #F1E0D3 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 224 | 211 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.05 |
| HSL | 26º | 0.52% | 0.89% | - |
| HSV(B) | 26º | 0.12% | 0.95% | - |
| XYZ | 74.69 | 76.72 | 72.5 | - |
| YUV | 227.6 | 118.63 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 224 | 211 | 0 | 0.07 | 0.12 | 0.05 | 26 | 0.52 | 0.89 |
| Hex | F1 | E0 | D3 | 0 | 7 | C | 5 | 1A | 34 | 59 |
| Octal | 361 | 340 | 323 | 0 | 7 | 14 | 5 | 32 | 64 | 131 |
| Binary | 11110001 | 11100000 | 11010011 | 0 | 111 | 1100 | 101 | 11010 | 110100 | 1011001 |
Color Harmonies of #F1E0D3
Complementary color
Monochromatic Colors of #F1E0D3
Black with #F1E0D3
Text Example
Text Example
White with #F1E0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E0D3; }
p { color: rgb(241,224,211); }
H1.HeaderClassName
{
color: #F1E0D3;
}
.AnyTagClassName
{
color: #F1E0D3;
}
</style>
background-color css
<style>
a { background-color: #F1E0D3; }
a { background-color: rgb(241,224,211); }
div.DivClassName
{
background-color: #F1E0D3;
}
.BgClassName
{
background-color: #F1E0D3;
}
</style>
border-color css
<style>
span { border-color: #F1E0D3; }
span { border-color: rgb(241,224,211); }
td.TdClassName
{
border-color: #F1E0D3;
}
.TagClassName
{
border-color: #F1E0D3;
}
</style>