Shades of Provincial Pink #FAE2D4
Tints of Provincial Pink #FAE2D4
RGB
CMYK
RGB Variations
Color information
#FAE2D4 (or 0xFAE2D4) is known color: Provincial Pink. HEX triplet: FA, E2 and D4. RGB value is (250,226,212). Sum of RGB (Red+Green+Blue) = 250+226+212=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 226 (88.67% from 255 or 32.85% from 688); Blue value is 212 (83.20% from 255 or 30.81% from 688); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE2D4 is #051D2B. Grayscale: #E7E7E7. Windows color (decimal): -335148 or 13951738. OLE color: 13951738.
HSL color Cylindrical-coordinate representation of color #FAE2D4: hue angle of 22.11º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FAE2D4 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 226 | 212 | - |
CMYK | 0 | 0.10 | 0.15 | 0.02 |
HSL | 22.11º | 0.79% | 0.91% | - |
HSV(B) | 22.11º | 0.15% | 0.98% | - |
XYZ | 78.5 | 79.47 | 73.49 | - |
YUV | 231.58 | 116.95 | 141.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 226 | 212 | 0 | 0.10 | 0.15 | 0.02 | 22.11 | 0.79 | 0.91 |
Hex | FA | E2 | D4 | 0 | A | F | 2 | 16 | 4F | 5B |
Octal | 372 | 342 | 324 | 0 | 12 | 17 | 2 | 26 | 117 | 133 |
Binary | 11111010 | 11100010 | 11010100 | 0 | 1010 | 1111 | 10 | 10110 | 1001111 | 1011011 |
Color Harmonies of #FAE2D4
Complementary color
Monochromatic Colors of #FAE2D4
Black with #FAE2D4
Text Example
Text Example
White with #FAE2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE2D4; }
p { color: rgb(250,226,212); }
H1.HeaderClassName
{
color: #FAE2D4;
}
.AnyTagClassName
{
color: #FAE2D4;
}
</style>
background-color css
<style>
a { background-color: #FAE2D4; }
a { background-color: rgb(250,226,212); }
div.DivClassName
{
background-color: #FAE2D4;
}
.BgClassName
{
background-color: #FAE2D4;
}
</style>
border-color css
<style>
span { border-color: #FAE2D4; }
span { border-color: rgb(250,226,212); }
td.TdClassName
{
border-color: #FAE2D4;
}
.TagClassName
{
border-color: #FAE2D4;
}
</style>