Shades of Provincial Pink #FBE4D9
Tints of Provincial Pink #FBE4D9
RGB
CMYK
RGB Variations
Color information
#FBE4D9 (or 0xFBE4D9) is known color: Provincial Pink. HEX triplet: FB, E4 and D9. RGB value is (251,228,217). Sum of RGB (Red+Green+Blue) = 251+228+217=696 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.06% from 696); Green value is 228 (89.45% from 255 or 32.76% from 696); Blue value is 217 (85.16% from 255 or 31.18% from 696); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE4D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE4D9 is #041B26. Grayscale: #E9E9E9. Windows color (decimal): -269095 or 14279931. OLE color: 14279931.
HSL color Cylindrical-coordinate representation of color #FBE4D9: hue angle of 19.41º degrees, saturation: 0.81, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FBE4D9 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 228 | 217 | - |
CMYK | 0 | 0.09 | 0.14 | 0.02 |
HSL | 19.41º | 0.81% | 0.92% | - |
HSV(B) | 19.41º | 0.14% | 0.98% | - |
XYZ | 80.05 | 81.01 | 77.06 | - |
YUV | 233.62 | 118.62 | 140.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 228 | 217 | 0 | 0.09 | 0.14 | 0.02 | 19.41 | 0.81 | 0.92 |
Hex | FB | E4 | D9 | 0 | 9 | E | 2 | 13 | 51 | 5C |
Octal | 373 | 344 | 331 | 0 | 11 | 16 | 2 | 23 | 121 | 134 |
Binary | 11111011 | 11100100 | 11011001 | 0 | 1001 | 1110 | 10 | 10011 | 1010001 | 1011100 |
Color Harmonies of #FBE4D9
Complementary color
Monochromatic Colors of #FBE4D9
Black with #FBE4D9
Text Example
Text Example
White with #FBE4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE4D9; }
p { color: rgb(251,228,217); }
H1.HeaderClassName
{
color: #FBE4D9;
}
.AnyTagClassName
{
color: #FBE4D9;
}
</style>
background-color css
<style>
a { background-color: #FBE4D9; }
a { background-color: rgb(251,228,217); }
div.DivClassName
{
background-color: #FBE4D9;
}
.BgClassName
{
background-color: #FBE4D9;
}
</style>
border-color css
<style>
span { border-color: #FBE4D9; }
span { border-color: rgb(251,228,217); }
td.TdClassName
{
border-color: #FBE4D9;
}
.TagClassName
{
border-color: #FBE4D9;
}
</style>