Shades of Pig Pink #FDD8E3
Tints of Pig Pink #FDD8E3
RGB
CMYK
RGB Variations
Color information
#FDD8E3 (or 0xFDD8E3) is known color: Pig Pink. HEX triplet: FD, D8 and E3. RGB value is (253,216,227). Sum of RGB (Red+Green+Blue) = 253+216+227=696 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.35% from 696); Green value is 216 (84.77% from 255 or 31.03% from 696); Blue value is 227 (89.06% from 255 or 32.61% from 696); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD8E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD8E3 is #02271C. Grayscale: #E4E4E4. Windows color (decimal): -141085 or 14932221. OLE color: 14932221.
HSL color Cylindrical-coordinate representation of color #FDD8E3: hue angle of 342.16º 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 #FDD8E3 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 227 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.01 |
| HSL | 342.16º | 0.9% | 0.92% | - |
| HSV(B) | 342.16º | 0.15% | 0.99% | - |
| XYZ | 78.93 | 75.54 | 83.09 | - |
| YUV | 228.32 | 127.26 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 227 | 0 | 0.15 | 0.10 | 0.01 | 342.16 | 0.9 | 0.92 |
| Hex | FD | D8 | E3 | 0 | F | A | 1 | 156 | 5A | 5C |
| Octal | 375 | 330 | 343 | 0 | 17 | 12 | 1 | 526 | 132 | 134 |
| Binary | 11111101 | 11011000 | 11100011 | 0 | 1111 | 1010 | 1 | 101010110 | 1011010 | 1011100 |
Color Harmonies of #FDD8E3
Complementary color
Monochromatic Colors of #FDD8E3
Black with #FDD8E3
Text Example
Text Example
White with #FDD8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD8E3; }
p { color: rgb(253,216,227); }
H1.HeaderClassName
{
color: #FDD8E3;
}
.AnyTagClassName
{
color: #FDD8E3;
}
</style>
background-color css
<style>
a { background-color: #FDD8E3; }
a { background-color: rgb(253,216,227); }
div.DivClassName
{
background-color: #FDD8E3;
}
.BgClassName
{
background-color: #FDD8E3;
}
</style>
border-color css
<style>
span { border-color: #FDD8E3; }
span { border-color: rgb(253,216,227); }
td.TdClassName
{
border-color: #FDD8E3;
}
.TagClassName
{
border-color: #FDD8E3;
}
</style>