Shades of Pig Pink #FDD7EC
Tints of Pig Pink #FDD7EC
RGB
CMYK
RGB Variations
Color information
#FDD7EC (or 0xFDD7EC) is known color: Pig Pink. HEX triplet: FD, D7 and EC. RGB value is (253,215,236). Sum of RGB (Red+Green+Blue) = 253+215+236=704 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.94% from 704); Green value is 215 (84.38% from 255 or 30.54% from 704); Blue value is 236 (92.58% from 255 or 33.52% from 704); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD7EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD7EC is #022813. Grayscale: #E4E4E4. Windows color (decimal): -141332 or 15521789. OLE color: 15521789.
HSL color Cylindrical-coordinate representation of color #FDD7EC: hue angle of 326.84º 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 #FDD7EC is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 215 | 236 | - |
CMYK | 0 | 0.15 | 0.07 | 0.01 |
HSL | 326.84º | 0.9% | 0.92% | - |
HSV(B) | 326.84º | 0.15% | 0.99% | - |
XYZ | 79.95 | 75.54 | 89.72 | - |
YUV | 228.76 | 132.09 | 145.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 215 | 236 | 0 | 0.15 | 0.07 | 0.01 | 326.84 | 0.9 | 0.92 |
Hex | FD | D7 | EC | 0 | F | 7 | 1 | 147 | 5A | 5C |
Octal | 375 | 327 | 354 | 0 | 17 | 7 | 1 | 507 | 132 | 134 |
Binary | 11111101 | 11010111 | 11101100 | 0 | 1111 | 111 | 1 | 101000111 | 1011010 | 1011100 |
Color Harmonies of #FDD7EC
Complementary color
Monochromatic Colors of #FDD7EC
Black with #FDD7EC
Text Example
Text Example
White with #FDD7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD7EC; }
p { color: rgb(253,215,236); }
H1.HeaderClassName
{
color: #FDD7EC;
}
.AnyTagClassName
{
color: #FDD7EC;
}
</style>
background-color css
<style>
a { background-color: #FDD7EC; }
a { background-color: rgb(253,215,236); }
div.DivClassName
{
background-color: #FDD7EC;
}
.BgClassName
{
background-color: #FDD7EC;
}
</style>
border-color css
<style>
span { border-color: #FDD7EC; }
span { border-color: rgb(253,215,236); }
td.TdClassName
{
border-color: #FDD7EC;
}
.TagClassName
{
border-color: #FDD7EC;
}
</style>