Shades of Pig Pink #FDD1E4
Tints of Pig Pink #FDD1E4
RGB
CMYK
RGB Variations
Color information
#FDD1E4 (or 0xFDD1E4) is known color: Pig Pink. HEX triplet: FD, D1 and E4. RGB value is (253,209,228). Sum of RGB (Red+Green+Blue) = 253+209+228=690 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.67% from 690); Green value is 209 (82.03% from 255 or 30.29% from 690); Blue value is 228 (89.45% from 255 or 33.04% from 690); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD1E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD1E4 is #022E1B. Grayscale: #E0E0E0. Windows color (decimal): -142876 or 14995965. OLE color: 14995965.
HSL color Cylindrical-coordinate representation of color #FDD1E4: hue angle of 334.09º degrees, saturation: 0.92, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FDD1E4 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 228 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.01 |
| HSL | 334.09º | 0.92% | 0.91% | - |
| HSV(B) | 334.09º | 0.17% | 0.99% | - |
| XYZ | 77.31 | 72.09 | 83.24 | - |
| YUV | 224.32 | 130.08 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 228 | 0 | 0.17 | 0.10 | 0.01 | 334.09 | 0.92 | 0.91 |
| Hex | FD | D1 | E4 | 0 | 11 | A | 1 | 14E | 5C | 5B |
| Octal | 375 | 321 | 344 | 0 | 21 | 12 | 1 | 516 | 134 | 133 |
| Binary | 11111101 | 11010001 | 11100100 | 0 | 10001 | 1010 | 1 | 101001110 | 1011100 | 1011011 |
Color Harmonies of #FDD1E4
Complementary color
Monochromatic Colors of #FDD1E4
Black with #FDD1E4
Text Example
Text Example
White with #FDD1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD1E4; }
p { color: rgb(253,209,228); }
H1.HeaderClassName
{
color: #FDD1E4;
}
.AnyTagClassName
{
color: #FDD1E4;
}
</style>
background-color css
<style>
a { background-color: #FDD1E4; }
a { background-color: rgb(253,209,228); }
div.DivClassName
{
background-color: #FDD1E4;
}
.BgClassName
{
background-color: #FDD1E4;
}
</style>
border-color css
<style>
span { border-color: #FDD1E4; }
span { border-color: rgb(253,209,228); }
td.TdClassName
{
border-color: #FDD1E4;
}
.TagClassName
{
border-color: #FDD1E4;
}
</style>