Shades of Pig Pink #FDD7E1
Tints of Pig Pink #FDD7E1
RGB
CMYK
RGB Variations
Color information
#FDD7E1 (or 0xFDD7E1) is known color: Pig Pink. HEX triplet: FD, D7 and E1. RGB value is (253,215,225). Sum of RGB (Red+Green+Blue) = 253+215+225=693 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.51% from 693); Green value is 215 (84.38% from 255 or 31.02% from 693); Blue value is 225 (88.28% from 255 or 32.47% from 693); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD7E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD7E1 is #02281E. Grayscale: #E3E3E3. Windows color (decimal): -141343 or 14800893. OLE color: 14800893.
HSL color Cylindrical-coordinate representation of color #FDD7E1: hue angle of 344.21º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDD7E1 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 225 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.01 |
| HSL | 344.21º | 0.9% | 0.92% | - |
| HSV(B) | 344.21º | 0.15% | 0.99% | - |
| XYZ | 78.4 | 74.92 | 81.56 | - |
| YUV | 227.5 | 126.59 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 225 | 0 | 0.15 | 0.11 | 0.01 | 344.21 | 0.9 | 0.92 |
| Hex | FD | D7 | E1 | 0 | F | B | 1 | 158 | 5A | 5C |
| Octal | 375 | 327 | 341 | 0 | 17 | 13 | 1 | 530 | 132 | 134 |
| Binary | 11111101 | 11010111 | 11100001 | 0 | 1111 | 1011 | 1 | 101011000 | 1011010 | 1011100 |
Color Harmonies of #FDD7E1
Complementary color
Monochromatic Colors of #FDD7E1
Black with #FDD7E1
Text Example
Text Example
White with #FDD7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD7E1; }
p { color: rgb(253,215,225); }
H1.HeaderClassName
{
color: #FDD7E1;
}
.AnyTagClassName
{
color: #FDD7E1;
}
</style>
background-color css
<style>
a { background-color: #FDD7E1; }
a { background-color: rgb(253,215,225); }
div.DivClassName
{
background-color: #FDD7E1;
}
.BgClassName
{
background-color: #FDD7E1;
}
</style>
border-color css
<style>
span { border-color: #FDD7E1; }
span { border-color: rgb(253,215,225); }
td.TdClassName
{
border-color: #FDD7E1;
}
.TagClassName
{
border-color: #FDD7E1;
}
</style>