Shades of Pig Pink #FDDCEB
Tints of Pig Pink #FDDCEB
RGB
CMYK
RGB Variations
Color information
#FDDCEB (or 0xFDDCEB) is known color: Pig Pink. HEX triplet: FD, DC and EB. RGB value is (253,220,235). Sum of RGB (Red+Green+Blue) = 253+220+235=708 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.73% from 708); Green value is 220 (86.33% from 255 or 31.07% from 708); Blue value is 235 (92.19% from 255 or 33.19% from 708); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDCEB is #022314. Grayscale: #E7E7E7. Windows color (decimal): -140053 or 15457533. OLE color: 15457533.
HSL color Cylindrical-coordinate representation of color #FDDCEB: hue angle of 332.73º 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 #FDDCEB is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 220 | 235 | - |
CMYK | 0 | 0.13 | 0.07 | 0.01 |
HSL | 332.73º | 0.89% | 0.93% | - |
HSV(B) | 332.73º | 0.13% | 0.99% | - |
XYZ | 81.1 | 78.07 | 89.39 | - |
YUV | 231.58 | 129.93 | 143.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 220 | 235 | 0 | 0.13 | 0.07 | 0.01 | 332.73 | 0.89 | 0.93 |
Hex | FD | DC | EB | 0 | D | 7 | 1 | 14D | 59 | 5D |
Octal | 375 | 334 | 353 | 0 | 15 | 7 | 1 | 515 | 131 | 135 |
Binary | 11111101 | 11011100 | 11101011 | 0 | 1101 | 111 | 1 | 101001101 | 1011001 | 1011101 |
Color Harmonies of #FDDCEB
Complementary color
Monochromatic Colors of #FDDCEB
Black with #FDDCEB
Text Example
Text Example
White with #FDDCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDCEB; }
p { color: rgb(253,220,235); }
H1.HeaderClassName
{
color: #FDDCEB;
}
.AnyTagClassName
{
color: #FDDCEB;
}
</style>
background-color css
<style>
a { background-color: #FDDCEB; }
a { background-color: rgb(253,220,235); }
div.DivClassName
{
background-color: #FDDCEB;
}
.BgClassName
{
background-color: #FDDCEB;
}
</style>
border-color css
<style>
span { border-color: #FDDCEB; }
span { border-color: rgb(253,220,235); }
td.TdClassName
{
border-color: #FDDCEB;
}
.TagClassName
{
border-color: #FDDCEB;
}
</style>