Shades of Provincial Pink #F3E0D4
Tints of Provincial Pink #F3E0D4
RGB
CMYK
RGB Variations
Color information
#F3E0D4 (or 0xF3E0D4) is known color: Provincial Pink. HEX triplet: F3, E0 and D4. RGB value is (243,224,212). Sum of RGB (Red+Green+Blue) = 243+224+212=679 (89% of max value = 765). Red value is 243 (95.31% from 255 or 35.79% from 679); Green value is 224 (87.89% from 255 or 32.99% from 679); Blue value is 212 (83.20% from 255 or 31.22% from 679); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E0D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E0D4 is #0C1F2B. Grayscale: #E4E4E4. Windows color (decimal): -794412 or 13951219. OLE color: 13951219.
HSL color Cylindrical-coordinate representation of color #F3E0D4: hue angle of 23.23º degrees, saturation: 0.56, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F3E0D4 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 224 | 212 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.05 |
| HSL | 23.23º | 0.56% | 0.89% | - |
| HSV(B) | 23.23º | 0.13% | 0.95% | - |
| XYZ | 75.5 | 77.12 | 73.19 | - |
| YUV | 228.31 | 118.79 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 224 | 212 | 0 | 0.08 | 0.13 | 0.05 | 23.23 | 0.56 | 0.89 |
| Hex | F3 | E0 | D4 | 0 | 8 | D | 5 | 17 | 38 | 59 |
| Octal | 363 | 340 | 324 | 0 | 10 | 15 | 5 | 27 | 70 | 131 |
| Binary | 11110011 | 11100000 | 11010100 | 0 | 1000 | 1101 | 101 | 10111 | 111000 | 1011001 |
Color Harmonies of #F3E0D4
Complementary color
Monochromatic Colors of #F3E0D4
Black with #F3E0D4
Text Example
Text Example
White with #F3E0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E0D4; }
p { color: rgb(243,224,212); }
H1.HeaderClassName
{
color: #F3E0D4;
}
.AnyTagClassName
{
color: #F3E0D4;
}
</style>
background-color css
<style>
a { background-color: #F3E0D4; }
a { background-color: rgb(243,224,212); }
div.DivClassName
{
background-color: #F3E0D4;
}
.BgClassName
{
background-color: #F3E0D4;
}
</style>
border-color css
<style>
span { border-color: #F3E0D4; }
span { border-color: rgb(243,224,212); }
td.TdClassName
{
border-color: #F3E0D4;
}
.TagClassName
{
border-color: #F3E0D4;
}
</style>