Shades of Pig Pink #FDDEE7
Tints of Pig Pink #FDDEE7
RGB
CMYK
RGB Variations
Color information
#FDDEE7 (or 0xFDDEE7) is known color: Pig Pink. HEX triplet: FD, DE and E7. RGB value is (253,222,231). Sum of RGB (Red+Green+Blue) = 253+222+231=706 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.84% from 706); Green value is 222 (87.11% from 255 or 31.44% from 706); Blue value is 231 (90.62% from 255 or 32.72% from 706); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDEE7 is #022118. Grayscale: #E8E8E8. Windows color (decimal): -139545 or 15195901. OLE color: 15195901.
HSL color Cylindrical-coordinate representation of color #FDDEE7: hue angle of 342.58º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FDDEE7 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 222 | 231 | - |
CMYK | 0 | 0.12 | 0.09 | 0.01 |
HSL | 342.58º | 0.89% | 0.93% | - |
HSV(B) | 342.58º | 0.12% | 0.99% | - |
XYZ | 81.05 | 78.89 | 86.56 | - |
YUV | 232.3 | 127.27 | 142.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 222 | 231 | 0 | 0.12 | 0.09 | 0.01 | 342.58 | 0.89 | 0.93 |
Hex | FD | DE | E7 | 0 | C | 9 | 1 | 157 | 59 | 5D |
Octal | 375 | 336 | 347 | 0 | 14 | 11 | 1 | 527 | 131 | 135 |
Binary | 11111101 | 11011110 | 11100111 | 0 | 1100 | 1001 | 1 | 101010111 | 1011001 | 1011101 |
Color Harmonies of #FDDEE7
Complementary color
Monochromatic Colors of #FDDEE7
Black with #FDDEE7
Text Example
Text Example
White with #FDDEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDEE7; }
p { color: rgb(253,222,231); }
H1.HeaderClassName
{
color: #FDDEE7;
}
.AnyTagClassName
{
color: #FDDEE7;
}
</style>
background-color css
<style>
a { background-color: #FDDEE7; }
a { background-color: rgb(253,222,231); }
div.DivClassName
{
background-color: #FDDEE7;
}
.BgClassName
{
background-color: #FDDEE7;
}
</style>
border-color css
<style>
span { border-color: #FDDEE7; }
span { border-color: rgb(253,222,231); }
td.TdClassName
{
border-color: #FDDEE7;
}
.TagClassName
{
border-color: #FDDEE7;
}
</style>