Shades of Provincial Pink #F5E2DB
Tints of Provincial Pink #F5E2DB
RGB
CMYK
RGB Variations
Color information
#F5E2DB (or 0xF5E2DB) is known color: Provincial Pink. HEX triplet: F5, E2 and DB. RGB value is (245,226,219). Sum of RGB (Red+Green+Blue) = 245+226+219=690 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.51% from 690); Green value is 226 (88.67% from 255 or 32.75% from 690); Blue value is 219 (85.94% from 255 or 31.74% from 690); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5E2DB is #0A1D24. Grayscale: #E6E6E6. Windows color (decimal): -662821 or 14410485. OLE color: 14410485.
HSL color Cylindrical-coordinate representation of color #F5E2DB: hue angle of 16.15º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F5E2DB is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 226 | 219 | - |
CMYK | 0 | 0.08 | 0.11 | 0.04 |
HSL | 16.15º | 0.57% | 0.91% | - |
HSV(B) | 16.15º | 0.11% | 0.96% | - |
XYZ | 77.64 | 78.92 | 78.16 | - |
YUV | 230.88 | 121.29 | 138.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 226 | 219 | 0 | 0.08 | 0.11 | 0.04 | 16.15 | 0.57 | 0.91 |
Hex | F5 | E2 | DB | 0 | 8 | B | 4 | 10 | 39 | 5B |
Octal | 365 | 342 | 333 | 0 | 10 | 13 | 4 | 20 | 71 | 133 |
Binary | 11110101 | 11100010 | 11011011 | 0 | 1000 | 1011 | 100 | 10000 | 111001 | 1011011 |
Color Harmonies of #F5E2DB
Complementary color
Monochromatic Colors of #F5E2DB
Black with #F5E2DB
Text Example
Text Example
White with #F5E2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E2DB; }
p { color: rgb(245,226,219); }
H1.HeaderClassName
{
color: #F5E2DB;
}
.AnyTagClassName
{
color: #F5E2DB;
}
</style>
background-color css
<style>
a { background-color: #F5E2DB; }
a { background-color: rgb(245,226,219); }
div.DivClassName
{
background-color: #F5E2DB;
}
.BgClassName
{
background-color: #F5E2DB;
}
</style>
border-color css
<style>
span { border-color: #F5E2DB; }
span { border-color: rgb(245,226,219); }
td.TdClassName
{
border-color: #F5E2DB;
}
.TagClassName
{
border-color: #F5E2DB;
}
</style>