Shades of Fair Pink #F5E7DF
Tints of Fair Pink #F5E7DF
RGB
CMYK
RGB Variations
Color information
#F5E7DF (or 0xF5E7DF) is known color: Fair Pink. HEX triplet: F5, E7 and DF. RGB value is (245,231,223). Sum of RGB (Red+Green+Blue) = 245+231+223=699 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.05% from 699); Green value is 231 (90.62% from 255 or 33.05% from 699); Blue value is 223 (87.5% from 255 or 31.90% from 699); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E7DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5E7DF is #0A1820. Grayscale: #EAEAEA. Windows color (decimal): -661537 or 14673909. OLE color: 14673909.
HSL color Cylindrical-coordinate representation of color #F5E7DF: hue angle of 21.82º degrees, saturation: 0.52, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F5E7DF is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 231 | 223 | - |
CMYK | 0 | 0.06 | 0.09 | 0.04 |
HSL | 21.82º | 0.52% | 0.92% | - |
HSV(B) | 21.82º | 0.09% | 0.96% | - |
XYZ | 79.55 | 81.89 | 81.43 | - |
YUV | 234.27 | 121.64 | 135.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 231 | 223 | 0 | 0.06 | 0.09 | 0.04 | 21.82 | 0.52 | 0.92 |
Hex | F5 | E7 | DF | 0 | 6 | 9 | 4 | 16 | 34 | 5C |
Octal | 365 | 347 | 337 | 0 | 6 | 11 | 4 | 26 | 64 | 134 |
Binary | 11110101 | 11100111 | 11011111 | 0 | 110 | 1001 | 100 | 10110 | 110100 | 1011100 |
Color Harmonies of #F5E7DF
Complementary color
Monochromatic Colors of #F5E7DF
Black with #F5E7DF
Text Example
Text Example
White with #F5E7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E7DF; }
p { color: rgb(245,231,223); }
H1.HeaderClassName
{
color: #F5E7DF;
}
.AnyTagClassName
{
color: #F5E7DF;
}
</style>
background-color css
<style>
a { background-color: #F5E7DF; }
a { background-color: rgb(245,231,223); }
div.DivClassName
{
background-color: #F5E7DF;
}
.BgClassName
{
background-color: #F5E7DF;
}
</style>
border-color css
<style>
span { border-color: #F5E7DF; }
span { border-color: rgb(245,231,223); }
td.TdClassName
{
border-color: #F5E7DF;
}
.TagClassName
{
border-color: #F5E7DF;
}
</style>