Shades of Provincial Pink #F5E3DB
Tints of Provincial Pink #F5E3DB
RGB
CMYK
RGB Variations
Color information
#F5E3DB (or 0xF5E3DB) is known color: Provincial Pink. HEX triplet: F5, E3 and DB. RGB value is (245,227,219). Sum of RGB (Red+Green+Blue) = 245+227+219=691 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.46% from 691); Green value is 227 (89.06% from 255 or 32.85% from 691); Blue value is 219 (85.94% from 255 or 31.69% from 691); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5E3DB is #0A1C24. Grayscale: #E7E7E7. Windows color (decimal): -662565 or 14410741. OLE color: 14410741.
HSL color Cylindrical-coordinate representation of color #F5E3DB: hue angle of 18.46º 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 #F5E3DB is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 227 | 219 | - |
CMYK | 0 | 0.07 | 0.11 | 0.04 |
HSL | 18.46º | 0.57% | 0.91% | - |
HSV(B) | 18.46º | 0.11% | 0.96% | - |
XYZ | 77.91 | 79.47 | 78.25 | - |
YUV | 231.47 | 120.96 | 137.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 227 | 219 | 0 | 0.07 | 0.11 | 0.04 | 18.46 | 0.57 | 0.91 |
Hex | F5 | E3 | DB | 0 | 7 | B | 4 | 12 | 39 | 5B |
Octal | 365 | 343 | 333 | 0 | 7 | 13 | 4 | 22 | 71 | 133 |
Binary | 11110101 | 11100011 | 11011011 | 0 | 111 | 1011 | 100 | 10010 | 111001 | 1011011 |
Color Harmonies of #F5E3DB
Complementary color
Monochromatic Colors of #F5E3DB
Black with #F5E3DB
Text Example
Text Example
White with #F5E3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E3DB; }
p { color: rgb(245,227,219); }
H1.HeaderClassName
{
color: #F5E3DB;
}
.AnyTagClassName
{
color: #F5E3DB;
}
</style>
background-color css
<style>
a { background-color: #F5E3DB; }
a { background-color: rgb(245,227,219); }
div.DivClassName
{
background-color: #F5E3DB;
}
.BgClassName
{
background-color: #F5E3DB;
}
</style>
border-color css
<style>
span { border-color: #F5E3DB; }
span { border-color: rgb(245,227,219); }
td.TdClassName
{
border-color: #F5E3DB;
}
.TagClassName
{
border-color: #F5E3DB;
}
</style>