Shades of Provincial Pink #FBDFCE
Tints of Provincial Pink #FBDFCE
RGB
CMYK
RGB Variations
Color information
#FBDFCE (or 0xFBDFCE) is known color: Provincial Pink. HEX triplet: FB, DF and CE. RGB value is (251,223,206). Sum of RGB (Red+Green+Blue) = 251+223+206=680 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.91% from 680); Green value is 223 (87.5% from 255 or 32.79% from 680); Blue value is 206 (80.86% from 255 or 30.29% from 680); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDFCE is #042031. Grayscale: #E5E5E5. Windows color (decimal): -270386 or 13557755. OLE color: 13557755.
HSL color Cylindrical-coordinate representation of color #FBDFCE: hue angle of 22.67º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBDFCE is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 206 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.02 |
| HSL | 22.67º | 0.85% | 0.9% | - |
| HSV(B) | 22.67º | 0.18% | 0.98% | - |
| XYZ | 77.31 | 77.74 | 69.32 | - |
| YUV | 229.43 | 114.78 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 206 | 0 | 0.11 | 0.18 | 0.02 | 22.67 | 0.85 | 0.9 |
| Hex | FB | DF | CE | 0 | B | 12 | 2 | 17 | 55 | 5A |
| Octal | 373 | 337 | 316 | 0 | 13 | 22 | 2 | 27 | 125 | 132 |
| Binary | 11111011 | 11011111 | 11001110 | 0 | 1011 | 10010 | 10 | 10111 | 1010101 | 1011010 |
Color Harmonies of #FBDFCE
Complementary color
Monochromatic Colors of #FBDFCE
Black with #FBDFCE
Text Example
Text Example
White with #FBDFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDFCE; }
p { color: rgb(251,223,206); }
H1.HeaderClassName
{
color: #FBDFCE;
}
.AnyTagClassName
{
color: #FBDFCE;
}
</style>
background-color css
<style>
a { background-color: #FBDFCE; }
a { background-color: rgb(251,223,206); }
div.DivClassName
{
background-color: #FBDFCE;
}
.BgClassName
{
background-color: #FBDFCE;
}
</style>
border-color css
<style>
span { border-color: #FBDFCE; }
span { border-color: rgb(251,223,206); }
td.TdClassName
{
border-color: #FBDFCE;
}
.TagClassName
{
border-color: #FBDFCE;
}
</style>