Shades of Pig Pink #FDD7E9
Tints of Pig Pink #FDD7E9
RGB
CMYK
RGB Variations
Color information
#FDD7E9 (or 0xFDD7E9) is known color: Pig Pink. HEX triplet: FD, D7 and E9. RGB value is (253,215,233). Sum of RGB (Red+Green+Blue) = 253+215+233=701 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.09% from 701); Green value is 215 (84.38% from 255 or 30.67% from 701); Blue value is 233 (91.41% from 255 or 33.24% from 701); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD7E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD7E9 is #022816. Grayscale: #E4E4E4. Windows color (decimal): -141335 or 15325181. OLE color: 15325181.
HSL color Cylindrical-coordinate representation of color #FDD7E9: hue angle of 331.58º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDD7E9 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 215 | 233 | - |
CMYK | 0 | 0.15 | 0.08 | 0.01 |
HSL | 331.58º | 0.9% | 0.92% | - |
HSV(B) | 331.58º | 0.15% | 0.99% | - |
XYZ | 79.52 | 75.37 | 87.45 | - |
YUV | 228.41 | 130.59 | 145.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 215 | 233 | 0 | 0.15 | 0.08 | 0.01 | 331.58 | 0.9 | 0.92 |
Hex | FD | D7 | E9 | 0 | F | 8 | 1 | 14C | 5A | 5C |
Octal | 375 | 327 | 351 | 0 | 17 | 10 | 1 | 514 | 132 | 134 |
Binary | 11111101 | 11010111 | 11101001 | 0 | 1111 | 1000 | 1 | 101001100 | 1011010 | 1011100 |
Color Harmonies of #FDD7E9
Complementary color
Monochromatic Colors of #FDD7E9
Black with #FDD7E9
Text Example
Text Example
White with #FDD7E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD7E9; }
p { color: rgb(253,215,233); }
H1.HeaderClassName
{
color: #FDD7E9;
}
.AnyTagClassName
{
color: #FDD7E9;
}
</style>
background-color css
<style>
a { background-color: #FDD7E9; }
a { background-color: rgb(253,215,233); }
div.DivClassName
{
background-color: #FDD7E9;
}
.BgClassName
{
background-color: #FDD7E9;
}
</style>
border-color css
<style>
span { border-color: #FDD7E9; }
span { border-color: rgb(253,215,233); }
td.TdClassName
{
border-color: #FDD7E9;
}
.TagClassName
{
border-color: #FDD7E9;
}
</style>