Shades of Pig Pink #FDD2DE
Tints of Pig Pink #FDD2DE
RGB
CMYK
RGB Variations
Color information
#FDD2DE (or 0xFDD2DE) is known color: Pig Pink. HEX triplet: FD, D2 and DE. RGB value is (253,210,222). Sum of RGB (Red+Green+Blue) = 253+210+222=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 210 (82.42% from 255 or 30.66% from 685); Blue value is 222 (87.11% from 255 or 32.41% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD2DE is #022D21. Grayscale: #E0E0E0. Windows color (decimal): -142626 or 14603005. OLE color: 14603005.
HSL color Cylindrical-coordinate representation of color #FDD2DE: hue angle of 343.26º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FDD2DE is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 210 | 222 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.01 |
| HSL | 343.26º | 0.91% | 0.91% | - |
| HSV(B) | 343.26º | 0.17% | 0.99% | - |
| XYZ | 76.74 | 72.25 | 79.01 | - |
| YUV | 224.23 | 126.75 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 210 | 222 | 0 | 0.17 | 0.12 | 0.01 | 343.26 | 0.91 | 0.91 |
| Hex | FD | D2 | DE | 0 | 11 | C | 1 | 157 | 5B | 5B |
| Octal | 375 | 322 | 336 | 0 | 21 | 14 | 1 | 527 | 133 | 133 |
| Binary | 11111101 | 11010010 | 11011110 | 0 | 10001 | 1100 | 1 | 101010111 | 1011011 | 1011011 |
Color Harmonies of #FDD2DE
Complementary color
Monochromatic Colors of #FDD2DE
Black with #FDD2DE
Text Example
Text Example
White with #FDD2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD2DE; }
p { color: rgb(253,210,222); }
H1.HeaderClassName
{
color: #FDD2DE;
}
.AnyTagClassName
{
color: #FDD2DE;
}
</style>
background-color css
<style>
a { background-color: #FDD2DE; }
a { background-color: rgb(253,210,222); }
div.DivClassName
{
background-color: #FDD2DE;
}
.BgClassName
{
background-color: #FDD2DE;
}
</style>
border-color css
<style>
span { border-color: #FDD2DE; }
span { border-color: rgb(253,210,222); }
td.TdClassName
{
border-color: #FDD2DE;
}
.TagClassName
{
border-color: #FDD2DE;
}
</style>