Shades of Pig Pink #FDD6EF
Tints of Pig Pink #FDD6EF
RGB
CMYK
RGB Variations
Color information
#FDD6EF (or 0xFDD6EF) is known color: Pig Pink. HEX triplet: FD, D6 and EF. RGB value is (253,214,239). Sum of RGB (Red+Green+Blue) = 253+214+239=706 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.84% from 706); Green value is 214 (83.98% from 255 or 30.31% from 706); Blue value is 239 (93.75% from 255 or 33.85% from 706); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD6EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD6EF is #022910. Grayscale: #E4E4E4. Windows color (decimal): -141585 or 15718141. OLE color: 15718141.
HSL color Cylindrical-coordinate representation of color #FDD6EF: hue angle of 321.54º 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 #FDD6EF is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 239 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.01 |
| HSL | 321.54º | 0.91% | 0.92% | - |
| HSV(B) | 321.54º | 0.15% | 0.99% | - |
| XYZ | 80.13 | 75.21 | 91.95 | - |
| YUV | 228.51 | 133.92 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 239 | 0 | 0.15 | 0.06 | 0.01 | 321.54 | 0.91 | 0.92 |
| Hex | FD | D6 | EF | 0 | F | 6 | 1 | 142 | 5B | 5C |
| Octal | 375 | 326 | 357 | 0 | 17 | 6 | 1 | 502 | 133 | 134 |
| Binary | 11111101 | 11010110 | 11101111 | 0 | 1111 | 110 | 1 | 101000010 | 1011011 | 1011100 |
Color Harmonies of #FDD6EF
Complementary color
Monochromatic Colors of #FDD6EF
Black with #FDD6EF
Text Example
Text Example
White with #FDD6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD6EF; }
p { color: rgb(253,214,239); }
H1.HeaderClassName
{
color: #FDD6EF;
}
.AnyTagClassName
{
color: #FDD6EF;
}
</style>
background-color css
<style>
a { background-color: #FDD6EF; }
a { background-color: rgb(253,214,239); }
div.DivClassName
{
background-color: #FDD6EF;
}
.BgClassName
{
background-color: #FDD6EF;
}
</style>
border-color css
<style>
span { border-color: #FDD6EF; }
span { border-color: rgb(253,214,239); }
td.TdClassName
{
border-color: #FDD6EF;
}
.TagClassName
{
border-color: #FDD6EF;
}
</style>