Shades of Provincial Pink #FADFD3
Tints of Provincial Pink #FADFD3
RGB
CMYK
RGB Variations
Color information
#FADFD3 (or 0xFADFD3) is known color: Provincial Pink. HEX triplet: FA, DF and D3. RGB value is (250,223,211). Sum of RGB (Red+Green+Blue) = 250+223+211=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 223 (87.5% from 255 or 32.60% from 684); Blue value is 211 (82.81% from 255 or 30.85% from 684); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFD3 is #05202C. Grayscale: #E5E5E5. Windows color (decimal): -335917 or 13885434. OLE color: 13885434.
HSL color Cylindrical-coordinate representation of color #FADFD3: hue angle of 18.46º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FADFD3 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 211 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.02 |
| HSL | 18.46º | 0.8% | 0.9% | - |
| HSV(B) | 18.46º | 0.16% | 0.98% | - |
| XYZ | 77.57 | 77.8 | 72.56 | - |
| YUV | 229.71 | 117.45 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 211 | 0 | 0.11 | 0.16 | 0.02 | 18.46 | 0.8 | 0.9 |
| Hex | FA | DF | D3 | 0 | B | 10 | 2 | 12 | 50 | 5A |
| Octal | 372 | 337 | 323 | 0 | 13 | 20 | 2 | 22 | 120 | 132 |
| Binary | 11111010 | 11011111 | 11010011 | 0 | 1011 | 10000 | 10 | 10010 | 1010000 | 1011010 |
Color Harmonies of #FADFD3
Complementary color
Monochromatic Colors of #FADFD3
Black with #FADFD3
Text Example
Text Example
White with #FADFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFD3; }
p { color: rgb(250,223,211); }
H1.HeaderClassName
{
color: #FADFD3;
}
.AnyTagClassName
{
color: #FADFD3;
}
</style>
background-color css
<style>
a { background-color: #FADFD3; }
a { background-color: rgb(250,223,211); }
div.DivClassName
{
background-color: #FADFD3;
}
.BgClassName
{
background-color: #FADFD3;
}
</style>
border-color css
<style>
span { border-color: #FADFD3; }
span { border-color: rgb(250,223,211); }
td.TdClassName
{
border-color: #FADFD3;
}
.TagClassName
{
border-color: #FADFD3;
}
</style>