Shades of Provincial Pink #FEE3D4
Tints of Provincial Pink #FEE3D4
RGB
CMYK
RGB Variations
Color information
#FEE3D4 (or 0xFEE3D4) is known color: Provincial Pink. HEX triplet: FE, E3 and D4. RGB value is (254,227,212). Sum of RGB (Red+Green+Blue) = 254+227+212=693 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.65% from 693); Green value is 227 (89.06% from 255 or 32.76% from 693); Blue value is 212 (83.20% from 255 or 30.59% from 693); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE3D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE3D4 is #011C2B. Grayscale: #E9E9E9. Windows color (decimal): -72748 or 13951998. OLE color: 13951998.
HSL color Cylindrical-coordinate representation of color #FEE3D4: hue angle of 21.43º degrees, saturation: 0.95, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FEE3D4 is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 212 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.00 |
| HSL | 21.43º | 0.95% | 0.91% | - |
| HSV(B) | 21.43º | 0.17% | 1% | - |
| XYZ | 80.23 | 80.76 | 73.65 | - |
| YUV | 233.36 | 115.95 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 212 | 0 | 0.11 | 0.17 | 0.00 | 21.43 | 0.95 | 0.91 |
| Hex | FE | E3 | D4 | 0 | B | 11 | 0 | 15 | 5F | 5B |
| Octal | 376 | 343 | 324 | 0 | 13 | 21 | 0 | 25 | 137 | 133 |
| Binary | 11111110 | 11100011 | 11010100 | 0 | 1011 | 10001 | 0 | 10101 | 1011111 | 1011011 |
Color Harmonies of #FEE3D4
Complementary color
Monochromatic Colors of #FEE3D4
Black with #FEE3D4
Text Example
Text Example
White with #FEE3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE3D4; }
p { color: rgb(254,227,212); }
H1.HeaderClassName
{
color: #FEE3D4;
}
.AnyTagClassName
{
color: #FEE3D4;
}
</style>
background-color css
<style>
a { background-color: #FEE3D4; }
a { background-color: rgb(254,227,212); }
div.DivClassName
{
background-color: #FEE3D4;
}
.BgClassName
{
background-color: #FEE3D4;
}
</style>
border-color css
<style>
span { border-color: #FEE3D4; }
span { border-color: rgb(254,227,212); }
td.TdClassName
{
border-color: #FEE3D4;
}
.TagClassName
{
border-color: #FEE3D4;
}
</style>