Shades of Fair Pink #F1E6DF
Tints of Fair Pink #F1E6DF
RGB
CMYK
RGB Variations
Color information
#F1E6DF (or 0xF1E6DF) is known color: Fair Pink. HEX triplet: F1, E6 and DF. RGB value is (241,230,223). Sum of RGB (Red+Green+Blue) = 241+230+223=694 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.73% from 694); Green value is 230 (90.23% from 255 or 33.14% from 694); Blue value is 223 (87.5% from 255 or 32.13% from 694); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E6DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E6DF is #0E1920. Grayscale: #E8E8E8. Windows color (decimal): -923937 or 14673649. OLE color: 14673649.
HSL color Cylindrical-coordinate representation of color #F1E6DF: hue angle of 23.33º 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 #F1E6DF is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 230 | 223 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.05 |
| HSL | 23.33º | 0.39% | 0.91% | - |
| HSV(B) | 23.33º | 0.07% | 0.95% | - |
| XYZ | 77.89 | 80.62 | 81.27 | - |
| YUV | 232.49 | 122.64 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 230 | 223 | 0 | 0.05 | 0.07 | 0.05 | 23.33 | 0.39 | 0.91 |
| Hex | F1 | E6 | DF | 0 | 5 | 7 | 5 | 17 | 27 | 5B |
| Octal | 361 | 346 | 337 | 0 | 5 | 7 | 5 | 27 | 47 | 133 |
| Binary | 11110001 | 11100110 | 11011111 | 0 | 101 | 111 | 101 | 10111 | 100111 | 1011011 |
Color Harmonies of #F1E6DF
Complementary color
Monochromatic Colors of #F1E6DF
Black with #F1E6DF
Text Example
Text Example
White with #F1E6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E6DF; }
p { color: rgb(241,230,223); }
H1.HeaderClassName
{
color: #F1E6DF;
}
.AnyTagClassName
{
color: #F1E6DF;
}
</style>
background-color css
<style>
a { background-color: #F1E6DF; }
a { background-color: rgb(241,230,223); }
div.DivClassName
{
background-color: #F1E6DF;
}
.BgClassName
{
background-color: #F1E6DF;
}
</style>
border-color css
<style>
span { border-color: #F1E6DF; }
span { border-color: rgb(241,230,223); }
td.TdClassName
{
border-color: #F1E6DF;
}
.TagClassName
{
border-color: #F1E6DF;
}
</style>