Shades of Provincial Pink #FADFCE
Tints of Provincial Pink #FADFCE
RGB
CMYK
RGB Variations
Color information
#FADFCE (or 0xFADFCE) is known color: Provincial Pink. HEX triplet: FA, DF and CE. RGB value is (250,223,206). Sum of RGB (Red+Green+Blue) = 250+223+206=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 223 (87.5% from 255 or 32.84% from 679); Blue value is 206 (80.86% from 255 or 30.34% from 679); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFCE is #052031. Grayscale: #E5E5E5. Windows color (decimal): -335922 or 13557754. OLE color: 13557754.
HSL color Cylindrical-coordinate representation of color #FADFCE: hue angle of 23.18º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FADFCE is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 206 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.02 |
| HSL | 23.18º | 0.81% | 0.89% | - |
| HSV(B) | 23.18º | 0.18% | 0.98% | - |
| XYZ | 76.95 | 77.56 | 69.31 | - |
| YUV | 229.14 | 114.95 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 206 | 0 | 0.11 | 0.18 | 0.02 | 23.18 | 0.81 | 0.89 |
| Hex | FA | DF | CE | 0 | B | 12 | 2 | 17 | 51 | 59 |
| Octal | 372 | 337 | 316 | 0 | 13 | 22 | 2 | 27 | 121 | 131 |
| Binary | 11111010 | 11011111 | 11001110 | 0 | 1011 | 10010 | 10 | 10111 | 1010001 | 1011001 |
Color Harmonies of #FADFCE
Complementary color
Monochromatic Colors of #FADFCE
Black with #FADFCE
Text Example
Text Example
White with #FADFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFCE; }
p { color: rgb(250,223,206); }
H1.HeaderClassName
{
color: #FADFCE;
}
.AnyTagClassName
{
color: #FADFCE;
}
</style>
background-color css
<style>
a { background-color: #FADFCE; }
a { background-color: rgb(250,223,206); }
div.DivClassName
{
background-color: #FADFCE;
}
.BgClassName
{
background-color: #FADFCE;
}
</style>
border-color css
<style>
span { border-color: #FADFCE; }
span { border-color: rgb(250,223,206); }
td.TdClassName
{
border-color: #FADFCE;
}
.TagClassName
{
border-color: #FADFCE;
}
</style>