Shades of Pig Pink #FDD6E6
Tints of Pig Pink #FDD6E6
RGB
CMYK
RGB Variations
Color information
#FDD6E6 (or 0xFDD6E6) is known color: Pig Pink. HEX triplet: FD, D6 and E6. RGB value is (253,214,230). Sum of RGB (Red+Green+Blue) = 253+214+230=697 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.30% from 697); Green value is 214 (83.98% from 255 or 30.70% from 697); Blue value is 230 (90.23% from 255 or 33.00% from 697); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD6E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD6E6 is #022919. Grayscale: #E3E3E3. Windows color (decimal): -141594 or 15128317. OLE color: 15128317.
HSL color Cylindrical-coordinate representation of color #FDD6E6: hue angle of 335.38º 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 #FDD6E6 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 230 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.01 |
| HSL | 335.38º | 0.91% | 0.92% | - |
| HSV(B) | 335.38º | 0.15% | 0.99% | - |
| XYZ | 78.84 | 74.69 | 85.12 | - |
| YUV | 227.49 | 129.42 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 230 | 0 | 0.15 | 0.09 | 0.01 | 335.38 | 0.91 | 0.92 |
| Hex | FD | D6 | E6 | 0 | F | 9 | 1 | 14F | 5B | 5C |
| Octal | 375 | 326 | 346 | 0 | 17 | 11 | 1 | 517 | 133 | 134 |
| Binary | 11111101 | 11010110 | 11100110 | 0 | 1111 | 1001 | 1 | 101001111 | 1011011 | 1011100 |
Color Harmonies of #FDD6E6
Complementary color
Monochromatic Colors of #FDD6E6
Black with #FDD6E6
Text Example
Text Example
White with #FDD6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD6E6; }
p { color: rgb(253,214,230); }
H1.HeaderClassName
{
color: #FDD6E6;
}
.AnyTagClassName
{
color: #FDD6E6;
}
</style>
background-color css
<style>
a { background-color: #FDD6E6; }
a { background-color: rgb(253,214,230); }
div.DivClassName
{
background-color: #FDD6E6;
}
.BgClassName
{
background-color: #FDD6E6;
}
</style>
border-color css
<style>
span { border-color: #FDD6E6; }
span { border-color: rgb(253,214,230); }
td.TdClassName
{
border-color: #FDD6E6;
}
.TagClassName
{
border-color: #FDD6E6;
}
</style>