Shades of Pig Pink #FDDBED
Tints of Pig Pink #FDDBED
RGB
CMYK
RGB Variations
Color information
#FDDBED (or 0xFDDBED) is known color: Pig Pink. HEX triplet: FD, DB and ED. RGB value is (253,219,237). Sum of RGB (Red+Green+Blue) = 253+219+237=709 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.68% from 709); Green value is 219 (85.94% from 255 or 30.89% from 709); Blue value is 237 (92.97% from 255 or 33.43% from 709); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDBED is #022412. Grayscale: #E7E7E7. Windows color (decimal): -140307 or 15588349. OLE color: 15588349.
HSL color Cylindrical-coordinate representation of color #FDDBED: hue angle of 328.24º 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 #FDDBED is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 219 | 237 | - |
CMYK | 0 | 0.13 | 0.06 | 0.01 |
HSL | 328.24º | 0.89% | 0.93% | - |
HSV(B) | 328.24º | 0.13% | 0.99% | - |
XYZ | 81.13 | 77.66 | 90.83 | - |
YUV | 231.22 | 131.26 | 143.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 219 | 237 | 0 | 0.13 | 0.06 | 0.01 | 328.24 | 0.89 | 0.93 |
Hex | FD | DB | ED | 0 | D | 6 | 1 | 148 | 59 | 5D |
Octal | 375 | 333 | 355 | 0 | 15 | 6 | 1 | 510 | 131 | 135 |
Binary | 11111101 | 11011011 | 11101101 | 0 | 1101 | 110 | 1 | 101001000 | 1011001 | 1011101 |
Color Harmonies of #FDDBED
Complementary color
Monochromatic Colors of #FDDBED
Black with #FDDBED
Text Example
Text Example
White with #FDDBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDBED; }
p { color: rgb(253,219,237); }
H1.HeaderClassName
{
color: #FDDBED;
}
.AnyTagClassName
{
color: #FDDBED;
}
</style>
background-color css
<style>
a { background-color: #FDDBED; }
a { background-color: rgb(253,219,237); }
div.DivClassName
{
background-color: #FDDBED;
}
.BgClassName
{
background-color: #FDDBED;
}
</style>
border-color css
<style>
span { border-color: #FDDBED; }
span { border-color: rgb(253,219,237); }
td.TdClassName
{
border-color: #FDDBED;
}
.TagClassName
{
border-color: #FDDBED;
}
</style>