Shades of Pig Pink #FDD8E2
Tints of Pig Pink #FDD8E2
RGB
CMYK
RGB Variations
Color information
#FDD8E2 (or 0xFDD8E2) is known color: Pig Pink. HEX triplet: FD, D8 and E2. RGB value is (253,216,226). Sum of RGB (Red+Green+Blue) = 253+216+226=695 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.40% from 695); Green value is 216 (84.77% from 255 or 31.08% from 695); Blue value is 226 (88.67% from 255 or 32.52% from 695); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD8E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD8E2 is #02271D. Grayscale: #E4E4E4. Windows color (decimal): -141086 or 14866685. OLE color: 14866685.
HSL color Cylindrical-coordinate representation of color #FDD8E2: hue angle of 343.78º 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 #FDD8E2 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 226 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.01 |
| HSL | 343.78º | 0.9% | 0.92% | - |
| HSV(B) | 343.78º | 0.15% | 0.99% | - |
| XYZ | 78.79 | 75.49 | 82.37 | - |
| YUV | 228.2 | 126.76 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 226 | 0 | 0.15 | 0.11 | 0.01 | 343.78 | 0.9 | 0.92 |
| Hex | FD | D8 | E2 | 0 | F | B | 1 | 158 | 5A | 5C |
| Octal | 375 | 330 | 342 | 0 | 17 | 13 | 1 | 530 | 132 | 134 |
| Binary | 11111101 | 11011000 | 11100010 | 0 | 1111 | 1011 | 1 | 101011000 | 1011010 | 1011100 |
Color Harmonies of #FDD8E2
Complementary color
Monochromatic Colors of #FDD8E2
Black with #FDD8E2
Text Example
Text Example
White with #FDD8E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD8E2; }
p { color: rgb(253,216,226); }
H1.HeaderClassName
{
color: #FDD8E2;
}
.AnyTagClassName
{
color: #FDD8E2;
}
</style>
background-color css
<style>
a { background-color: #FDD8E2; }
a { background-color: rgb(253,216,226); }
div.DivClassName
{
background-color: #FDD8E2;
}
.BgClassName
{
background-color: #FDD8E2;
}
</style>
border-color css
<style>
span { border-color: #FDD8E2; }
span { border-color: rgb(253,216,226); }
td.TdClassName
{
border-color: #FDD8E2;
}
.TagClassName
{
border-color: #FDD8E2;
}
</style>