Shades of Provincial Pink #FFE4D4
Tints of Provincial Pink #FFE4D4
RGB
CMYK
RGB Variations
Color information
#FFE4D4 (or 0xFFE4D4) is known color: Provincial Pink. HEX triplet: FF, E4 and D4. RGB value is (255,228,212). Sum of RGB (Red+Green+Blue) = 255+228+212=695 (92% of max value = 765). Red value is 255 (100% from 255 or 36.69% from 695); Green value is 228 (89.45% from 255 or 32.81% from 695); Blue value is 212 (83.20% from 255 or 30.50% from 695); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE4D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE4D4 is #001B2B. Grayscale: #EAEAEA. Windows color (decimal): -6956 or 13952255. OLE color: 13952255.
HSL color Cylindrical-coordinate representation of color #FFE4D4: hue angle of 22.33º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FFE4D4 is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 228 | 212 | - |
CMYK | 0 | 0.11 | 0.17 | 0 |
HSL | 22.33º | 1% | 0.92% | - |
HSV(B) | 22.33º | 0.17% | 1% | - |
XYZ | 80.87 | 81.5 | 73.76 | - |
YUV | 234.25 | 115.45 | 142.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 228 | 212 | 0 | 0.11 | 0.17 | 0 | 22.33 | 1 | 0.92 |
Hex | FF | E4 | D4 | 0 | B | 11 | 0 | 16 | 64 | 5C |
Octal | 377 | 344 | 324 | 0 | 13 | 21 | 0 | 26 | 144 | 134 |
Binary | 11111111 | 11100100 | 11010100 | 0 | 1011 | 10001 | 0 | 10110 | 1100100 | 1011100 |
Color Harmonies of #FFE4D4
Complementary color
Monochromatic Colors of #FFE4D4
Black with #FFE4D4
Text Example
Text Example
White with #FFE4D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE4D4; }
p { color: rgb(255,228,212); }
H1.HeaderClassName
{
color: #FFE4D4;
}
.AnyTagClassName
{
color: #FFE4D4;
}
</style>
background-color css
<style>
a { background-color: #FFE4D4; }
a { background-color: rgb(255,228,212); }
div.DivClassName
{
background-color: #FFE4D4;
}
.BgClassName
{
background-color: #FFE4D4;
}
</style>
border-color css
<style>
span { border-color: #FFE4D4; }
span { border-color: rgb(255,228,212); }
td.TdClassName
{
border-color: #FFE4D4;
}
.TagClassName
{
border-color: #FFE4D4;
}
</style>