Shades of Pig Pink #FDDBEB
Tints of Pig Pink #FDDBEB
RGB
CMYK
RGB Variations
Color information
#FDDBEB (or 0xFDDBEB) is known color: Pig Pink. HEX triplet: FD, DB and EB. RGB value is (253,219,235). Sum of RGB (Red+Green+Blue) = 253+219+235=707 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.79% from 707); Green value is 219 (85.94% from 255 or 30.98% from 707); Blue value is 235 (92.19% from 255 or 33.24% from 707); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDBEB is #022414. Grayscale: #E6E6E6. Windows color (decimal): -140309 or 15457277. OLE color: 15457277.
HSL color Cylindrical-coordinate representation of color #FDDBEB: hue angle of 331.76º 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 #FDDBEB is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 219 | 235 | - |
CMYK | 0 | 0.13 | 0.07 | 0.01 |
HSL | 331.76º | 0.89% | 0.93% | - |
HSV(B) | 331.76º | 0.13% | 0.99% | - |
XYZ | 80.83 | 77.54 | 89.3 | - |
YUV | 230.99 | 130.26 | 143.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 219 | 235 | 0 | 0.13 | 0.07 | 0.01 | 331.76 | 0.89 | 0.93 |
Hex | FD | DB | EB | 0 | D | 7 | 1 | 14C | 59 | 5D |
Octal | 375 | 333 | 353 | 0 | 15 | 7 | 1 | 514 | 131 | 135 |
Binary | 11111101 | 11011011 | 11101011 | 0 | 1101 | 111 | 1 | 101001100 | 1011001 | 1011101 |
Color Harmonies of #FDDBEB
Complementary color
Monochromatic Colors of #FDDBEB
Black with #FDDBEB
Text Example
Text Example
White with #FDDBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDBEB; }
p { color: rgb(253,219,235); }
H1.HeaderClassName
{
color: #FDDBEB;
}
.AnyTagClassName
{
color: #FDDBEB;
}
</style>
background-color css
<style>
a { background-color: #FDDBEB; }
a { background-color: rgb(253,219,235); }
div.DivClassName
{
background-color: #FDDBEB;
}
.BgClassName
{
background-color: #FDDBEB;
}
</style>
border-color css
<style>
span { border-color: #FDDBEB; }
span { border-color: rgb(253,219,235); }
td.TdClassName
{
border-color: #FDDBEB;
}
.TagClassName
{
border-color: #FDDBEB;
}
</style>