Shades of Provincial Pink #FADFCF
Tints of Provincial Pink #FADFCF
RGB
CMYK
RGB Variations
Color information
#FADFCF (or 0xFADFCF) is known color: Provincial Pink. HEX triplet: FA, DF and CF. RGB value is (250,223,207). Sum of RGB (Red+Green+Blue) = 250+223+207=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 223 (87.5% from 255 or 32.79% from 680); Blue value is 207 (81.25% from 255 or 30.44% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFCF is #052030. Grayscale: #E5E5E5. Windows color (decimal): -335921 or 13623290. OLE color: 13623290.
HSL color Cylindrical-coordinate representation of color #FADFCF: hue angle of 22.33º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FADFCF is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 207 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.02 |
| HSL | 22.33º | 0.81% | 0.9% | - |
| HSV(B) | 22.33º | 0.17% | 0.98% | - |
| XYZ | 77.07 | 77.6 | 69.95 | - |
| YUV | 229.25 | 115.45 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 207 | 0 | 0.11 | 0.17 | 0.02 | 22.33 | 0.81 | 0.9 |
| Hex | FA | DF | CF | 0 | B | 11 | 2 | 16 | 51 | 5A |
| Octal | 372 | 337 | 317 | 0 | 13 | 21 | 2 | 26 | 121 | 132 |
| Binary | 11111010 | 11011111 | 11001111 | 0 | 1011 | 10001 | 10 | 10110 | 1010001 | 1011010 |
Color Harmonies of #FADFCF
Complementary color
Monochromatic Colors of #FADFCF
Black with #FADFCF
Text Example
Text Example
White with #FADFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFCF; }
p { color: rgb(250,223,207); }
H1.HeaderClassName
{
color: #FADFCF;
}
.AnyTagClassName
{
color: #FADFCF;
}
</style>
background-color css
<style>
a { background-color: #FADFCF; }
a { background-color: rgb(250,223,207); }
div.DivClassName
{
background-color: #FADFCF;
}
.BgClassName
{
background-color: #FADFCF;
}
</style>
border-color css
<style>
span { border-color: #FADFCF; }
span { border-color: rgb(250,223,207); }
td.TdClassName
{
border-color: #FADFCF;
}
.TagClassName
{
border-color: #FADFCF;
}
</style>