Shades of Pig Pink #FDD1EB
Tints of Pig Pink #FDD1EB
RGB
CMYK
RGB Variations
Color information
#FDD1EB (or 0xFDD1EB) is known color: Pig Pink. HEX triplet: FD, D1 and EB. RGB value is (253,209,235). Sum of RGB (Red+Green+Blue) = 253+209+235=697 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.30% from 697); Green value is 209 (82.03% from 255 or 29.99% from 697); Blue value is 235 (92.19% from 255 or 33.72% from 697); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD1EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD1EB is #022E14. Grayscale: #E1E1E1. Windows color (decimal): -142869 or 15454717. OLE color: 15454717.
HSL color Cylindrical-coordinate representation of color #FDD1EB: hue angle of 324.55º 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 #FDD1EB is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 235 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.01 |
| HSL | 324.55º | 0.92% | 0.91% | - |
| HSV(B) | 324.55º | 0.17% | 0.99% | - |
| XYZ | 78.3 | 72.48 | 88.46 | - |
| YUV | 225.12 | 133.58 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 235 | 0 | 0.17 | 0.07 | 0.01 | 324.55 | 0.92 | 0.91 |
| Hex | FD | D1 | EB | 0 | 11 | 7 | 1 | 145 | 5C | 5B |
| Octal | 375 | 321 | 353 | 0 | 21 | 7 | 1 | 505 | 134 | 133 |
| Binary | 11111101 | 11010001 | 11101011 | 0 | 10001 | 111 | 1 | 101000101 | 1011100 | 1011011 |
Color Harmonies of #FDD1EB
Complementary color
Monochromatic Colors of #FDD1EB
Black with #FDD1EB
Text Example
Text Example
White with #FDD1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD1EB; }
p { color: rgb(253,209,235); }
H1.HeaderClassName
{
color: #FDD1EB;
}
.AnyTagClassName
{
color: #FDD1EB;
}
</style>
background-color css
<style>
a { background-color: #FDD1EB; }
a { background-color: rgb(253,209,235); }
div.DivClassName
{
background-color: #FDD1EB;
}
.BgClassName
{
background-color: #FDD1EB;
}
</style>
border-color css
<style>
span { border-color: #FDD1EB; }
span { border-color: rgb(253,209,235); }
td.TdClassName
{
border-color: #FDD1EB;
}
.TagClassName
{
border-color: #FDD1EB;
}
</style>