Shades of Pig Pink #FDDCED
Tints of Pig Pink #FDDCED
RGB
CMYK
RGB Variations
Color information
#FDDCED (or 0xFDDCED) is known color: Pig Pink. HEX triplet: FD, DC and ED. RGB value is (253,220,237). Sum of RGB (Red+Green+Blue) = 253+220+237=710 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.63% from 710); Green value is 220 (86.33% from 255 or 30.99% from 710); Blue value is 237 (92.97% from 255 or 33.38% from 710); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDCED is #022312. Grayscale: #E7E7E7. Windows color (decimal): -140051 or 15588605. OLE color: 15588605.
HSL color Cylindrical-coordinate representation of color #FDDCED: hue angle of 329.09º 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 #FDDCED is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 220 | 237 | - |
CMYK | 0 | 0.13 | 0.06 | 0.01 |
HSL | 329.09º | 0.89% | 0.93% | - |
HSV(B) | 329.09º | 0.13% | 0.99% | - |
XYZ | 81.39 | 78.18 | 90.92 | - |
YUV | 231.81 | 130.93 | 143.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 220 | 237 | 0 | 0.13 | 0.06 | 0.01 | 329.09 | 0.89 | 0.93 |
Hex | FD | DC | ED | 0 | D | 6 | 1 | 149 | 59 | 5D |
Octal | 375 | 334 | 355 | 0 | 15 | 6 | 1 | 511 | 131 | 135 |
Binary | 11111101 | 11011100 | 11101101 | 0 | 1101 | 110 | 1 | 101001001 | 1011001 | 1011101 |
Color Harmonies of #FDDCED
Complementary color
Monochromatic Colors of #FDDCED
Black with #FDDCED
Text Example
Text Example
White with #FDDCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDCED; }
p { color: rgb(253,220,237); }
H1.HeaderClassName
{
color: #FDDCED;
}
.AnyTagClassName
{
color: #FDDCED;
}
</style>
background-color css
<style>
a { background-color: #FDDCED; }
a { background-color: rgb(253,220,237); }
div.DivClassName
{
background-color: #FDDCED;
}
.BgClassName
{
background-color: #FDDCED;
}
</style>
border-color css
<style>
span { border-color: #FDDCED; }
span { border-color: rgb(253,220,237); }
td.TdClassName
{
border-color: #FDDCED;
}
.TagClassName
{
border-color: #FDDCED;
}
</style>