Shades of Pig Pink #FDDDE6
Tints of Pig Pink #FDDDE6
RGB
CMYK
RGB Variations
Color information
#FDDDE6 (or 0xFDDDE6) is known color: Pig Pink. HEX triplet: FD, DD and E6. RGB value is (253,221,230). Sum of RGB (Red+Green+Blue) = 253+221+230=704 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.94% from 704); Green value is 221 (86.72% from 255 or 31.39% from 704); Blue value is 230 (90.23% from 255 or 32.67% from 704); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDDE6 is #022219. Grayscale: #E7E7E7. Windows color (decimal): -139802 or 15130109. OLE color: 15130109.
HSL color Cylindrical-coordinate representation of color #FDDDE6: hue angle of 343.12º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDDDE6 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 221 | 230 | - |
CMYK | 0 | 0.13 | 0.09 | 0.01 |
HSL | 343.13º | 0.89% | 0.93% | - |
HSV(B) | 343.13º | 0.13% | 0.99% | - |
XYZ | 80.65 | 78.31 | 85.73 | - |
YUV | 231.59 | 127.1 | 143.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 221 | 230 | 0 | 0.13 | 0.09 | 0.01 | 343.13 | 0.89 | 0.93 |
Hex | FD | DD | E6 | 0 | D | 9 | 1 | 157 | 59 | 5D |
Octal | 375 | 335 | 346 | 0 | 15 | 11 | 1 | 527 | 131 | 135 |
Binary | 11111101 | 11011101 | 11100110 | 0 | 1101 | 1001 | 1 | 101010111 | 1011001 | 1011101 |
Color Harmonies of #FDDDE6
Complementary color
Monochromatic Colors of #FDDDE6
Black with #FDDDE6
Text Example
Text Example
White with #FDDDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDDE6; }
p { color: rgb(253,221,230); }
H1.HeaderClassName
{
color: #FDDDE6;
}
.AnyTagClassName
{
color: #FDDDE6;
}
</style>
background-color css
<style>
a { background-color: #FDDDE6; }
a { background-color: rgb(253,221,230); }
div.DivClassName
{
background-color: #FDDDE6;
}
.BgClassName
{
background-color: #FDDDE6;
}
</style>
border-color css
<style>
span { border-color: #FDDDE6; }
span { border-color: rgb(253,221,230); }
td.TdClassName
{
border-color: #FDDDE6;
}
.TagClassName
{
border-color: #FDDDE6;
}
</style>