Shades of Pig Pink #FDD6E3
Tints of Pig Pink #FDD6E3
RGB
CMYK
RGB Variations
Color information
#FDD6E3 (or 0xFDD6E3) is known color: Pig Pink. HEX triplet: FD, D6 and E3. RGB value is (253,214,227). Sum of RGB (Red+Green+Blue) = 253+214+227=694 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.46% from 694); Green value is 214 (83.98% from 255 or 30.84% from 694); Blue value is 227 (89.06% from 255 or 32.71% from 694); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD6E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD6E3 is #02291C. Grayscale: #E3E3E3. Windows color (decimal): -141597 or 14931709. OLE color: 14931709.
HSL color Cylindrical-coordinate representation of color #FDD6E3: hue angle of 340º degrees, saturation: 0.91, 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 #FDD6E3 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 227 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.01 |
| HSL | 340º | 0.91% | 0.92% | - |
| HSV(B) | 340º | 0.15% | 0.99% | - |
| XYZ | 78.42 | 74.52 | 82.92 | - |
| YUV | 227.14 | 127.92 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 227 | 0 | 0.15 | 0.10 | 0.01 | 340 | 0.91 | 0.92 |
| Hex | FD | D6 | E3 | 0 | F | A | 1 | 154 | 5B | 5C |
| Octal | 375 | 326 | 343 | 0 | 17 | 12 | 1 | 524 | 133 | 134 |
| Binary | 11111101 | 11010110 | 11100011 | 0 | 1111 | 1010 | 1 | 101010100 | 1011011 | 1011100 |
Color Harmonies of #FDD6E3
Complementary color
Monochromatic Colors of #FDD6E3
Black with #FDD6E3
Text Example
Text Example
White with #FDD6E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD6E3; }
p { color: rgb(253,214,227); }
H1.HeaderClassName
{
color: #FDD6E3;
}
.AnyTagClassName
{
color: #FDD6E3;
}
</style>
background-color css
<style>
a { background-color: #FDD6E3; }
a { background-color: rgb(253,214,227); }
div.DivClassName
{
background-color: #FDD6E3;
}
.BgClassName
{
background-color: #FDD6E3;
}
</style>
border-color css
<style>
span { border-color: #FDD6E3; }
span { border-color: rgb(253,214,227); }
td.TdClassName
{
border-color: #FDD6E3;
}
.TagClassName
{
border-color: #FDD6E3;
}
</style>