Shades of Pig Pink #FAD4EC
Tints of Pig Pink #FAD4EC
RGB
CMYK
RGB Variations
Color information
#FAD4EC (or 0xFAD4EC) is known color: Pig Pink. HEX triplet: FA, D4 and EC. RGB value is (250,212,236). Sum of RGB (Red+Green+Blue) = 250+212+236=698 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.82% from 698); Green value is 212 (83.20% from 255 or 30.37% from 698); Blue value is 236 (92.58% from 255 or 33.81% from 698); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD4EC is #052B13. Grayscale: #E2E2E2. Windows color (decimal): -338708 or 15521018. OLE color: 15521018.
HSL color Cylindrical-coordinate representation of color #FAD4EC: hue angle of 322.11º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FAD4EC is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 212 | 236 | - |
CMYK | 0 | 0.15 | 0.06 | 0.02 |
HSL | 322.11º | 0.79% | 0.91% | - |
HSV(B) | 322.11º | 0.15% | 0.98% | - |
XYZ | 78.11 | 73.47 | 89.42 | - |
YUV | 226.1 | 133.59 | 145.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 212 | 236 | 0 | 0.15 | 0.06 | 0.02 | 322.11 | 0.79 | 0.91 |
Hex | FA | D4 | EC | 0 | F | 6 | 2 | 142 | 4F | 5B |
Octal | 372 | 324 | 354 | 0 | 17 | 6 | 2 | 502 | 117 | 133 |
Binary | 11111010 | 11010100 | 11101100 | 0 | 1111 | 110 | 10 | 101000010 | 1001111 | 1011011 |
Color Harmonies of #FAD4EC
Complementary color
Monochromatic Colors of #FAD4EC
Black with #FAD4EC
Text Example
Text Example
White with #FAD4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD4EC; }
p { color: rgb(250,212,236); }
H1.HeaderClassName
{
color: #FAD4EC;
}
.AnyTagClassName
{
color: #FAD4EC;
}
</style>
background-color css
<style>
a { background-color: #FAD4EC; }
a { background-color: rgb(250,212,236); }
div.DivClassName
{
background-color: #FAD4EC;
}
.BgClassName
{
background-color: #FAD4EC;
}
</style>
border-color css
<style>
span { border-color: #FAD4EC; }
span { border-color: rgb(250,212,236); }
td.TdClassName
{
border-color: #FAD4EC;
}
.TagClassName
{
border-color: #FAD4EC;
}
</style>