Shades of Provincial Pink #F9E5DA
Tints of Provincial Pink #F9E5DA
RGB
CMYK
RGB Variations
Color information
#F9E5DA (or 0xF9E5DA) is known color: Provincial Pink. HEX triplet: F9, E5 and DA. RGB value is (249,229,218). Sum of RGB (Red+Green+Blue) = 249+229+218=696 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.78% from 696); Green value is 229 (89.84% from 255 or 32.90% from 696); Blue value is 218 (85.55% from 255 or 31.32% from 696); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9E5DA is #061A25. Grayscale: #E9E9E9. Windows color (decimal): -399910 or 14345721. OLE color: 14345721.
HSL color Cylindrical-coordinate representation of color #F9E5DA: hue angle of 21.29º degrees, saturation: 0.72, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F9E5DA is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 229 | 218 | - |
CMYK | 0 | 0.08 | 0.12 | 0.02 |
HSL | 21.29º | 0.72% | 0.92% | - |
HSV(B) | 21.29º | 0.12% | 0.98% | - |
XYZ | 79.74 | 81.24 | 77.81 | - |
YUV | 233.73 | 119.13 | 138.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 229 | 218 | 0 | 0.08 | 0.12 | 0.02 | 21.29 | 0.72 | 0.92 |
Hex | F9 | E5 | DA | 0 | 8 | C | 2 | 15 | 48 | 5C |
Octal | 371 | 345 | 332 | 0 | 10 | 14 | 2 | 25 | 110 | 134 |
Binary | 11111001 | 11100101 | 11011010 | 0 | 1000 | 1100 | 10 | 10101 | 1001000 | 1011100 |
Color Harmonies of #F9E5DA
Complementary color
Monochromatic Colors of #F9E5DA
Black with #F9E5DA
Text Example
Text Example
White with #F9E5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E5DA; }
p { color: rgb(249,229,218); }
H1.HeaderClassName
{
color: #F9E5DA;
}
.AnyTagClassName
{
color: #F9E5DA;
}
</style>
background-color css
<style>
a { background-color: #F9E5DA; }
a { background-color: rgb(249,229,218); }
div.DivClassName
{
background-color: #F9E5DA;
}
.BgClassName
{
background-color: #F9E5DA;
}
</style>
border-color css
<style>
span { border-color: #F9E5DA; }
span { border-color: rgb(249,229,218); }
td.TdClassName
{
border-color: #F9E5DA;
}
.TagClassName
{
border-color: #F9E5DA;
}
</style>