Shades of Provincial Pink #F3E5DF
Tints of Provincial Pink #F3E5DF
RGB
CMYK
RGB Variations
Color information
#F3E5DF (or 0xF3E5DF) is known color: Provincial Pink. HEX triplet: F3, E5 and DF. RGB value is (243,229,223). Sum of RGB (Red+Green+Blue) = 243+229+223=695 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.96% from 695); Green value is 229 (89.84% from 255 or 32.95% from 695); Blue value is 223 (87.5% from 255 or 32.09% from 695); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E5DF is #0C1A20. Grayscale: #E8E8E8. Windows color (decimal): -793121 or 14673395. OLE color: 14673395.
HSL color Cylindrical-coordinate representation of color #F3E5DF: hue angle of 18º degrees, saturation: 0.45, 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 #F3E5DF is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 229 | 223 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.05 |
| HSL | 18º | 0.45% | 0.91% | - |
| HSV(B) | 18º | 0.08% | 0.95% | - |
| XYZ | 78.3 | 80.42 | 81.21 | - |
| YUV | 232.5 | 122.64 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 229 | 223 | 0 | 0.06 | 0.08 | 0.05 | 18 | 0.45 | 0.91 |
| Hex | F3 | E5 | DF | 0 | 6 | 8 | 5 | 12 | 2D | 5B |
| Octal | 363 | 345 | 337 | 0 | 6 | 10 | 5 | 22 | 55 | 133 |
| Binary | 11110011 | 11100101 | 11011111 | 0 | 110 | 1000 | 101 | 10010 | 101101 | 1011011 |
Color Harmonies of #F3E5DF
Complementary color
Monochromatic Colors of #F3E5DF
Black with #F3E5DF
Text Example
Text Example
White with #F3E5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E5DF; }
p { color: rgb(243,229,223); }
H1.HeaderClassName
{
color: #F3E5DF;
}
.AnyTagClassName
{
color: #F3E5DF;
}
</style>
background-color css
<style>
a { background-color: #F3E5DF; }
a { background-color: rgb(243,229,223); }
div.DivClassName
{
background-color: #F3E5DF;
}
.BgClassName
{
background-color: #F3E5DF;
}
</style>
border-color css
<style>
span { border-color: #F3E5DF; }
span { border-color: rgb(243,229,223); }
td.TdClassName
{
border-color: #F3E5DF;
}
.TagClassName
{
border-color: #F3E5DF;
}
</style>