Shades of Pig Pink #FDD7F2
Tints of Pig Pink #FDD7F2
RGB
CMYK
RGB Variations
Color information
#FDD7F2 (or 0xFDD7F2) is known color: Pig Pink. HEX triplet: FD, D7 and F2. RGB value is (253,215,242). Sum of RGB (Red+Green+Blue) = 253+215+242=710 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.63% from 710); Green value is 215 (84.38% from 255 or 30.28% from 710); Blue value is 242 (94.92% from 255 or 34.08% from 710); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD7F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD7F2 is #02280D. Grayscale: #E5E5E5. Windows color (decimal): -141326 or 15915005. OLE color: 15915005.
HSL color Cylindrical-coordinate representation of color #FDD7F2: hue angle of 317.37º 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 #FDD7F2 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 242 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.01 |
| HSL | 317.37º | 0.9% | 0.92% | - |
| HSV(B) | 317.37º | 0.15% | 0.99% | - |
| XYZ | 80.84 | 75.89 | 94.39 | - |
| YUV | 229.44 | 135.09 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 242 | 0 | 0.15 | 0.04 | 0.01 | 317.37 | 0.9 | 0.92 |
| Hex | FD | D7 | F2 | 0 | F | 4 | 1 | 13D | 5A | 5C |
| Octal | 375 | 327 | 362 | 0 | 17 | 4 | 1 | 475 | 132 | 134 |
| Binary | 11111101 | 11010111 | 11110010 | 0 | 1111 | 100 | 1 | 100111101 | 1011010 | 1011100 |
Color Harmonies of #FDD7F2
Complementary color
Monochromatic Colors of #FDD7F2
Black with #FDD7F2
Text Example
Text Example
White with #FDD7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD7F2; }
p { color: rgb(253,215,242); }
H1.HeaderClassName
{
color: #FDD7F2;
}
.AnyTagClassName
{
color: #FDD7F2;
}
</style>
background-color css
<style>
a { background-color: #FDD7F2; }
a { background-color: rgb(253,215,242); }
div.DivClassName
{
background-color: #FDD7F2;
}
.BgClassName
{
background-color: #FDD7F2;
}
</style>
border-color css
<style>
span { border-color: #FDD7F2; }
span { border-color: rgb(253,215,242); }
td.TdClassName
{
border-color: #FDD7F2;
}
.TagClassName
{
border-color: #FDD7F2;
}
</style>