Shades of Provincial Pink #FADFD2
Tints of Provincial Pink #FADFD2
RGB
CMYK
RGB Variations
Color information
#FADFD2 (or 0xFADFD2) is known color: Provincial Pink. HEX triplet: FA, DF and D2. RGB value is (250,223,210). Sum of RGB (Red+Green+Blue) = 250+223+210=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 223 (87.5% from 255 or 32.65% from 683); Blue value is 210 (82.42% from 255 or 30.75% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFD2 is #05202D. Grayscale: #E5E5E5. Windows color (decimal): -335918 or 13819898. OLE color: 13819898.
HSL color Cylindrical-coordinate representation of color #FADFD2: hue angle of 19.5º 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 #FADFD2 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 223 | 210 | - |
CMYK | 0 | 0.11 | 0.16 | 0.02 |
HSL | 19.5º | 0.8% | 0.9% | - |
HSV(B) | 19.5º | 0.16% | 0.98% | - |
XYZ | 77.44 | 77.75 | 71.9 | - |
YUV | 229.59 | 116.95 | 142.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 223 | 210 | 0 | 0.11 | 0.16 | 0.02 | 19.5 | 0.8 | 0.9 |
Hex | FA | DF | D2 | 0 | B | 10 | 2 | 14 | 50 | 5A |
Octal | 372 | 337 | 322 | 0 | 13 | 20 | 2 | 24 | 120 | 132 |
Binary | 11111010 | 11011111 | 11010010 | 0 | 1011 | 10000 | 10 | 10100 | 1010000 | 1011010 |
Color Harmonies of #FADFD2
Complementary color
Monochromatic Colors of #FADFD2
Black with #FADFD2
Text Example
Text Example
White with #FADFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFD2; }
p { color: rgb(250,223,210); }
H1.HeaderClassName
{
color: #FADFD2;
}
.AnyTagClassName
{
color: #FADFD2;
}
</style>
background-color css
<style>
a { background-color: #FADFD2; }
a { background-color: rgb(250,223,210); }
div.DivClassName
{
background-color: #FADFD2;
}
.BgClassName
{
background-color: #FADFD2;
}
</style>
border-color css
<style>
span { border-color: #FADFD2; }
span { border-color: rgb(250,223,210); }
td.TdClassName
{
border-color: #FADFD2;
}
.TagClassName
{
border-color: #FADFD2;
}
</style>