Shades of Pig Pink #FACFE0
Tints of Pig Pink #FACFE0
RGB
CMYK
RGB Variations
Color information
#FACFE0 (or 0xFACFE0) is known color: Pig Pink. HEX triplet: FA, CF and E0. RGB value is (250,207,224). Sum of RGB (Red+Green+Blue) = 250+207+224=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 207 (81.25% from 255 or 30.40% from 681); Blue value is 224 (87.89% from 255 or 32.89% from 681); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACFE0 is #05301F. Grayscale: #DDDDDD. Windows color (decimal): -340000 or 14733306. OLE color: 14733306.
HSL color Cylindrical-coordinate representation of color #FACFE0: hue angle of 336.28º 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 #FACFE0 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 207 | 224 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.02 |
| HSL | 336.28º | 0.81% | 0.9% | - |
| HSV(B) | 336.28º | 0.17% | 0.98% | - |
| XYZ | 75.19 | 70.33 | 80.13 | - |
| YUV | 221.8 | 129.25 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 207 | 224 | 0 | 0.17 | 0.10 | 0.02 | 336.28 | 0.81 | 0.9 |
| Hex | FA | CF | E0 | 0 | 11 | A | 2 | 150 | 51 | 5A |
| Octal | 372 | 317 | 340 | 0 | 21 | 12 | 2 | 520 | 121 | 132 |
| Binary | 11111010 | 11001111 | 11100000 | 0 | 10001 | 1010 | 10 | 101010000 | 1010001 | 1011010 |
Color Harmonies of #FACFE0
Complementary color
Monochromatic Colors of #FACFE0
Black with #FACFE0
Text Example
Text Example
White with #FACFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACFE0; }
p { color: rgb(250,207,224); }
H1.HeaderClassName
{
color: #FACFE0;
}
.AnyTagClassName
{
color: #FACFE0;
}
</style>
background-color css
<style>
a { background-color: #FACFE0; }
a { background-color: rgb(250,207,224); }
div.DivClassName
{
background-color: #FACFE0;
}
.BgClassName
{
background-color: #FACFE0;
}
</style>
border-color css
<style>
span { border-color: #FACFE0; }
span { border-color: rgb(250,207,224); }
td.TdClassName
{
border-color: #FACFE0;
}
.TagClassName
{
border-color: #FACFE0;
}
</style>