Shades of Pig Pink #FADFF3
Tints of Pig Pink #FADFF3
RGB
CMYK
RGB Variations
Color information
#FADFF3 (or 0xFADFF3) is known color: Pig Pink. HEX triplet: FA, DF and F3. RGB value is (250,223,243). Sum of RGB (Red+Green+Blue) = 250+223+243=716 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.92% from 716); Green value is 223 (87.5% from 255 or 31.15% from 716); Blue value is 243 (95.31% from 255 or 33.94% from 716); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADFF3 is #05200C. Grayscale: #E9E9E9. Windows color (decimal): -335885 or 15982586. OLE color: 15982586.
HSL color Cylindrical-coordinate representation of color #FADFF3: hue angle of 315.56º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FADFF3 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 243 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.02 |
| HSL | 315.56º | 0.73% | 0.93% | - |
| HSV(B) | 315.56º | 0.11% | 0.98% | - |
| XYZ | 81.99 | 79.57 | 95.83 | - |
| YUV | 233.35 | 133.45 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 243 | 0 | 0.11 | 0.03 | 0.02 | 315.56 | 0.73 | 0.93 |
| Hex | FA | DF | F3 | 0 | B | 3 | 2 | 13C | 49 | 5D |
| Octal | 372 | 337 | 363 | 0 | 13 | 3 | 2 | 474 | 111 | 135 |
| Binary | 11111010 | 11011111 | 11110011 | 0 | 1011 | 11 | 10 | 100111100 | 1001001 | 1011101 |
Color Harmonies of #FADFF3
Complementary color
Monochromatic Colors of #FADFF3
Black with #FADFF3
Text Example
Text Example
White with #FADFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFF3; }
p { color: rgb(250,223,243); }
H1.HeaderClassName
{
color: #FADFF3;
}
.AnyTagClassName
{
color: #FADFF3;
}
</style>
background-color css
<style>
a { background-color: #FADFF3; }
a { background-color: rgb(250,223,243); }
div.DivClassName
{
background-color: #FADFF3;
}
.BgClassName
{
background-color: #FADFF3;
}
</style>
border-color css
<style>
span { border-color: #FADFF3; }
span { border-color: rgb(250,223,243); }
td.TdClassName
{
border-color: #FADFF3;
}
.TagClassName
{
border-color: #FADFF3;
}
</style>