Shades of Fair Pink #F2E6DF
Tints of Fair Pink #F2E6DF
RGB
CMYK
RGB Variations
Color information
#F2E6DF (or 0xF2E6DF) is known color: Fair Pink. HEX triplet: F2, E6 and DF. RGB value is (242,230,223). Sum of RGB (Red+Green+Blue) = 242+230+223=695 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.82% from 695); Green value is 230 (90.23% from 255 or 33.09% from 695); Blue value is 223 (87.5% from 255 or 32.09% from 695); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E6DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E6DF is #0D1920. Grayscale: #E8E8E8. Windows color (decimal): -858401 or 14673650. OLE color: 14673650.
HSL color Cylindrical-coordinate representation of color #F2E6DF: hue angle of 22.11º degrees, saturation: 0.42, 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 #F2E6DF is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 230 | 223 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.05 |
| HSL | 22.11º | 0.42% | 0.91% | - |
| HSV(B) | 22.11º | 0.08% | 0.95% | - |
| XYZ | 78.23 | 80.8 | 81.28 | - |
| YUV | 232.79 | 122.48 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 230 | 223 | 0 | 0.05 | 0.08 | 0.05 | 22.11 | 0.42 | 0.91 |
| Hex | F2 | E6 | DF | 0 | 5 | 8 | 5 | 16 | 2A | 5B |
| Octal | 362 | 346 | 337 | 0 | 5 | 10 | 5 | 26 | 52 | 133 |
| Binary | 11110010 | 11100110 | 11011111 | 0 | 101 | 1000 | 101 | 10110 | 101010 | 1011011 |
Color Harmonies of #F2E6DF
Complementary color
Monochromatic Colors of #F2E6DF
Black with #F2E6DF
Text Example
Text Example
White with #F2E6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E6DF; }
p { color: rgb(242,230,223); }
H1.HeaderClassName
{
color: #F2E6DF;
}
.AnyTagClassName
{
color: #F2E6DF;
}
</style>
background-color css
<style>
a { background-color: #F2E6DF; }
a { background-color: rgb(242,230,223); }
div.DivClassName
{
background-color: #F2E6DF;
}
.BgClassName
{
background-color: #F2E6DF;
}
</style>
border-color css
<style>
span { border-color: #F2E6DF; }
span { border-color: rgb(242,230,223); }
td.TdClassName
{
border-color: #F2E6DF;
}
.TagClassName
{
border-color: #F2E6DF;
}
</style>