Shades of Pig Pink #FDD9F4
Tints of Pig Pink #FDD9F4
RGB
CMYK
RGB Variations
Color information
#FDD9F4 (or 0xFDD9F4) is known color: Pig Pink. HEX triplet: FD, D9 and F4. RGB value is (253,217,244). Sum of RGB (Red+Green+Blue) = 253+217+244=714 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.43% from 714); Green value is 217 (85.16% from 255 or 30.39% from 714); Blue value is 244 (95.70% from 255 or 34.17% from 714); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD9F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD9F4 is #02260B. Grayscale: #E6E6E6. Windows color (decimal): -140812 or 16046589. OLE color: 16046589.
HSL color Cylindrical-coordinate representation of color #FDD9F4: hue angle of 315º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDD9F4 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 244 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.01 |
| HSL | 315º | 0.9% | 0.92% | - |
| HSV(B) | 315º | 0.14% | 0.99% | - |
| XYZ | 81.65 | 77.04 | 96.15 | - |
| YUV | 230.84 | 135.43 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 244 | 0 | 0.14 | 0.04 | 0.01 | 315 | 0.9 | 0.92 |
| Hex | FD | D9 | F4 | 0 | E | 4 | 1 | 13B | 5A | 5C |
| Octal | 375 | 331 | 364 | 0 | 16 | 4 | 1 | 473 | 132 | 134 |
| Binary | 11111101 | 11011001 | 11110100 | 0 | 1110 | 100 | 1 | 100111011 | 1011010 | 1011100 |
Color Harmonies of #FDD9F4
Complementary color
Monochromatic Colors of #FDD9F4
Black with #FDD9F4
Text Example
Text Example
White with #FDD9F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD9F4; }
p { color: rgb(253,217,244); }
H1.HeaderClassName
{
color: #FDD9F4;
}
.AnyTagClassName
{
color: #FDD9F4;
}
</style>
background-color css
<style>
a { background-color: #FDD9F4; }
a { background-color: rgb(253,217,244); }
div.DivClassName
{
background-color: #FDD9F4;
}
.BgClassName
{
background-color: #FDD9F4;
}
</style>
border-color css
<style>
span { border-color: #FDD9F4; }
span { border-color: rgb(253,217,244); }
td.TdClassName
{
border-color: #FDD9F4;
}
.TagClassName
{
border-color: #FDD9F4;
}
</style>