Shades of Pig Pink #FDDBF2
Tints of Pig Pink #FDDBF2
RGB
CMYK
RGB Variations
Color information
#FDDBF2 (or 0xFDDBF2) is known color: Pig Pink. HEX triplet: FD, DB and F2. RGB value is (253,219,242). Sum of RGB (Red+Green+Blue) = 253+219+242=714 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.43% from 714); Green value is 219 (85.94% from 255 or 30.67% from 714); Blue value is 242 (94.92% from 255 or 33.89% from 714); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDBF2 is #02240D. Grayscale: #E7E7E7. Windows color (decimal): -140302 or 15916029. OLE color: 15916029.
HSL color Cylindrical-coordinate representation of color #FDDBF2: hue angle of 319.41º 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 #FDDBF2 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 219 | 242 | - |
CMYK | 0 | 0.13 | 0.04 | 0.01 |
HSL | 319.41º | 0.89% | 0.93% | - |
HSV(B) | 319.41º | 0.13% | 0.99% | - |
XYZ | 81.87 | 77.96 | 94.74 | - |
YUV | 231.79 | 133.76 | 143.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 219 | 242 | 0 | 0.13 | 0.04 | 0.01 | 319.41 | 0.89 | 0.93 |
Hex | FD | DB | F2 | 0 | D | 4 | 1 | 13F | 59 | 5D |
Octal | 375 | 333 | 362 | 0 | 15 | 4 | 1 | 477 | 131 | 135 |
Binary | 11111101 | 11011011 | 11110010 | 0 | 1101 | 100 | 1 | 100111111 | 1011001 | 1011101 |
Color Harmonies of #FDDBF2
Complementary color
Monochromatic Colors of #FDDBF2
Black with #FDDBF2
Text Example
Text Example
White with #FDDBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDBF2; }
p { color: rgb(253,219,242); }
H1.HeaderClassName
{
color: #FDDBF2;
}
.AnyTagClassName
{
color: #FDDBF2;
}
</style>
background-color css
<style>
a { background-color: #FDDBF2; }
a { background-color: rgb(253,219,242); }
div.DivClassName
{
background-color: #FDDBF2;
}
.BgClassName
{
background-color: #FDDBF2;
}
</style>
border-color css
<style>
span { border-color: #FDDBF2; }
span { border-color: rgb(253,219,242); }
td.TdClassName
{
border-color: #FDDBF2;
}
.TagClassName
{
border-color: #FDDBF2;
}
</style>