Shades of Pig Pink #FADAE4
Tints of Pig Pink #FADAE4
RGB
CMYK
RGB Variations
Color information
#FADAE4 (or 0xFADAE4) is known color: Pig Pink. HEX triplet: FA, DA and E4. RGB value is (250,218,228). Sum of RGB (Red+Green+Blue) = 250+218+228=696 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.92% from 696); Green value is 218 (85.55% from 255 or 31.32% from 696); Blue value is 228 (89.45% from 255 or 32.76% from 696); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADAE4 is #05251B. Grayscale: #E4E4E4. Windows color (decimal): -337180 or 14998266. OLE color: 14998266.
HSL color Cylindrical-coordinate representation of color #FADAE4: hue angle of 341.25º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FADAE4 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 228 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.02 |
| HSL | 341.25º | 0.76% | 0.92% | - |
| HSV(B) | 341.25º | 0.13% | 0.98% | - |
| XYZ | 78.5 | 76.07 | 83.94 | - |
| YUV | 228.71 | 127.6 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 228 | 0 | 0.13 | 0.09 | 0.02 | 341.25 | 0.76 | 0.92 |
| Hex | FA | DA | E4 | 0 | D | 9 | 2 | 155 | 4C | 5C |
| Octal | 372 | 332 | 344 | 0 | 15 | 11 | 2 | 525 | 114 | 134 |
| Binary | 11111010 | 11011010 | 11100100 | 0 | 1101 | 1001 | 10 | 101010101 | 1001100 | 1011100 |
Color Harmonies of #FADAE4
Complementary color
Monochromatic Colors of #FADAE4
Black with #FADAE4
Text Example
Text Example
White with #FADAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADAE4; }
p { color: rgb(250,218,228); }
H1.HeaderClassName
{
color: #FADAE4;
}
.AnyTagClassName
{
color: #FADAE4;
}
</style>
background-color css
<style>
a { background-color: #FADAE4; }
a { background-color: rgb(250,218,228); }
div.DivClassName
{
background-color: #FADAE4;
}
.BgClassName
{
background-color: #FADAE4;
}
</style>
border-color css
<style>
span { border-color: #FADAE4; }
span { border-color: rgb(250,218,228); }
td.TdClassName
{
border-color: #FADAE4;
}
.TagClassName
{
border-color: #FADAE4;
}
</style>