Shades of Fair Pink #F1E5DF
Tints of Fair Pink #F1E5DF
RGB
CMYK
RGB Variations
Color information
#F1E5DF (or 0xF1E5DF) is known color: Fair Pink. HEX triplet: F1, E5 and DF. RGB value is (241,229,223). Sum of RGB (Red+Green+Blue) = 241+229+223=693 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.78% from 693); Green value is 229 (89.84% from 255 or 33.04% from 693); Blue value is 223 (87.5% from 255 or 32.18% from 693); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E5DF is #0E1A20. Grayscale: #E7E7E7. Windows color (decimal): -924193 or 14673393. OLE color: 14673393.
HSL color Cylindrical-coordinate representation of color #F1E5DF: hue angle of 20º degrees, saturation: 0.39, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F1E5DF is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 229 | 223 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.05 |
| HSL | 20º | 0.39% | 0.91% | - |
| HSV(B) | 20º | 0.07% | 0.95% | - |
| XYZ | 77.61 | 80.07 | 81.18 | - |
| YUV | 231.9 | 122.98 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 229 | 223 | 0 | 0.05 | 0.07 | 0.05 | 20 | 0.39 | 0.91 |
| Hex | F1 | E5 | DF | 0 | 5 | 7 | 5 | 14 | 27 | 5B |
| Octal | 361 | 345 | 337 | 0 | 5 | 7 | 5 | 24 | 47 | 133 |
| Binary | 11110001 | 11100101 | 11011111 | 0 | 101 | 111 | 101 | 10100 | 100111 | 1011011 |
Color Harmonies of #F1E5DF
Complementary color
Monochromatic Colors of #F1E5DF
Black with #F1E5DF
Text Example
Text Example
White with #F1E5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E5DF; }
p { color: rgb(241,229,223); }
H1.HeaderClassName
{
color: #F1E5DF;
}
.AnyTagClassName
{
color: #F1E5DF;
}
</style>
background-color css
<style>
a { background-color: #F1E5DF; }
a { background-color: rgb(241,229,223); }
div.DivClassName
{
background-color: #F1E5DF;
}
.BgClassName
{
background-color: #F1E5DF;
}
</style>
border-color css
<style>
span { border-color: #F1E5DF; }
span { border-color: rgb(241,229,223); }
td.TdClassName
{
border-color: #F1E5DF;
}
.TagClassName
{
border-color: #F1E5DF;
}
</style>