Shades of Pig Pink #FDD3EF
Tints of Pig Pink #FDD3EF
RGB
CMYK
RGB Variations
Color information
#FDD3EF (or 0xFDD3EF) is known color: Pig Pink. HEX triplet: FD, D3 and EF. RGB value is (253,211,239). Sum of RGB (Red+Green+Blue) = 253+211+239=703 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.99% from 703); Green value is 211 (82.81% from 255 or 30.01% from 703); Blue value is 239 (93.75% from 255 or 34.00% from 703); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD3EF is #022C10. Grayscale: #E2E2E2. Windows color (decimal): -142353 or 15717373. OLE color: 15717373.
HSL color Cylindrical-coordinate representation of color #FDD3EF: hue angle of 320º 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 #FDD3EF is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 211 | 239 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.01 |
| HSL | 320º | 0.91% | 0.91% | - |
| HSV(B) | 320º | 0.17% | 0.99% | - |
| XYZ | 79.38 | 73.7 | 91.7 | - |
| YUV | 226.75 | 134.91 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 211 | 239 | 0 | 0.17 | 0.06 | 0.01 | 320 | 0.91 | 0.91 |
| Hex | FD | D3 | EF | 0 | 11 | 6 | 1 | 140 | 5B | 5B |
| Octal | 375 | 323 | 357 | 0 | 21 | 6 | 1 | 500 | 133 | 133 |
| Binary | 11111101 | 11010011 | 11101111 | 0 | 10001 | 110 | 1 | 101000000 | 1011011 | 1011011 |
Color Harmonies of #FDD3EF
Complementary color
Monochromatic Colors of #FDD3EF
Black with #FDD3EF
Text Example
Text Example
White with #FDD3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD3EF; }
p { color: rgb(253,211,239); }
H1.HeaderClassName
{
color: #FDD3EF;
}
.AnyTagClassName
{
color: #FDD3EF;
}
</style>
background-color css
<style>
a { background-color: #FDD3EF; }
a { background-color: rgb(253,211,239); }
div.DivClassName
{
background-color: #FDD3EF;
}
.BgClassName
{
background-color: #FDD3EF;
}
</style>
border-color css
<style>
span { border-color: #FDD3EF; }
span { border-color: rgb(253,211,239); }
td.TdClassName
{
border-color: #FDD3EF;
}
.TagClassName
{
border-color: #FDD3EF;
}
</style>