Shades of Pig Pink #FDDBF1
Tints of Pig Pink #FDDBF1
RGB
CMYK
RGB Variations
Color information
#FDDBF1 (or 0xFDDBF1) is known color: Pig Pink. HEX triplet: FD, DB and F1. RGB value is (253,219,241). Sum of RGB (Red+Green+Blue) = 253+219+241=713 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.48% from 713); Green value is 219 (85.94% from 255 or 30.72% from 713); Blue value is 241 (94.53% from 255 or 33.80% from 713); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDBF1 is #02240E. Grayscale: #E7E7E7. Windows color (decimal): -140303 or 15850493. OLE color: 15850493.
HSL color Cylindrical-coordinate representation of color #FDDBF1: hue angle of 321.18º 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 #FDDBF1 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 219 | 241 | - |
CMYK | 0 | 0.13 | 0.05 | 0.01 |
HSL | 321.18º | 0.89% | 0.93% | - |
HSV(B) | 321.18º | 0.13% | 0.99% | - |
XYZ | 81.72 | 77.9 | 93.95 | - |
YUV | 231.67 | 133.26 | 143.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 219 | 241 | 0 | 0.13 | 0.05 | 0.01 | 321.18 | 0.89 | 0.93 |
Hex | FD | DB | F1 | 0 | D | 5 | 1 | 141 | 59 | 5D |
Octal | 375 | 333 | 361 | 0 | 15 | 5 | 1 | 501 | 131 | 135 |
Binary | 11111101 | 11011011 | 11110001 | 0 | 1101 | 101 | 1 | 101000001 | 1011001 | 1011101 |
Color Harmonies of #FDDBF1
Complementary color
Monochromatic Colors of #FDDBF1
Black with #FDDBF1
Text Example
Text Example
White with #FDDBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDBF1; }
p { color: rgb(253,219,241); }
H1.HeaderClassName
{
color: #FDDBF1;
}
.AnyTagClassName
{
color: #FDDBF1;
}
</style>
background-color css
<style>
a { background-color: #FDDBF1; }
a { background-color: rgb(253,219,241); }
div.DivClassName
{
background-color: #FDDBF1;
}
.BgClassName
{
background-color: #FDDBF1;
}
</style>
border-color css
<style>
span { border-color: #FDDBF1; }
span { border-color: rgb(253,219,241); }
td.TdClassName
{
border-color: #FDDBF1;
}
.TagClassName
{
border-color: #FDDBF1;
}
</style>