Shades of Pig Pink #FDD3EE
Tints of Pig Pink #FDD3EE
RGB
CMYK
RGB Variations
Color information
#FDD3EE (or 0xFDD3EE) is known color: Pig Pink. HEX triplet: FD, D3 and EE. RGB value is (253,211,238). Sum of RGB (Red+Green+Blue) = 253+211+238=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 211 (82.81% from 255 or 30.06% from 702); Blue value is 238 (93.36% from 255 or 33.90% from 702); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD3EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD3EE is #022C11. Grayscale: #E2E2E2. Windows color (decimal): -142354 or 15651837. OLE color: 15651837.
HSL color Cylindrical-coordinate representation of color #FDD3EE: hue angle of 321.43º 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 #FDD3EE is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 211 | 238 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.01 |
| HSL | 321.43º | 0.91% | 0.91% | - |
| HSV(B) | 321.43º | 0.17% | 0.99% | - |
| XYZ | 79.23 | 73.64 | 90.93 | - |
| YUV | 226.64 | 134.41 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 211 | 238 | 0 | 0.17 | 0.06 | 0.01 | 321.43 | 0.91 | 0.91 |
| Hex | FD | D3 | EE | 0 | 11 | 6 | 1 | 141 | 5B | 5B |
| Octal | 375 | 323 | 356 | 0 | 21 | 6 | 1 | 501 | 133 | 133 |
| Binary | 11111101 | 11010011 | 11101110 | 0 | 10001 | 110 | 1 | 101000001 | 1011011 | 1011011 |
Color Harmonies of #FDD3EE
Complementary color
Monochromatic Colors of #FDD3EE
Black with #FDD3EE
Text Example
Text Example
White with #FDD3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD3EE; }
p { color: rgb(253,211,238); }
H1.HeaderClassName
{
color: #FDD3EE;
}
.AnyTagClassName
{
color: #FDD3EE;
}
</style>
background-color css
<style>
a { background-color: #FDD3EE; }
a { background-color: rgb(253,211,238); }
div.DivClassName
{
background-color: #FDD3EE;
}
.BgClassName
{
background-color: #FDD3EE;
}
</style>
border-color css
<style>
span { border-color: #FDD3EE; }
span { border-color: rgb(253,211,238); }
td.TdClassName
{
border-color: #FDD3EE;
}
.TagClassName
{
border-color: #FDD3EE;
}
</style>