Shades of Pig Pink #FDDDF3
Tints of Pig Pink #FDDDF3
RGB
CMYK
RGB Variations
Color information
#FDDDF3 (or 0xFDDDF3) is known color: Pig Pink. HEX triplet: FD, DD and F3. RGB value is (253,221,243). Sum of RGB (Red+Green+Blue) = 253+221+243=717 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.29% from 717); Green value is 221 (86.72% from 255 or 30.82% from 717); Blue value is 243 (95.31% from 255 or 33.89% from 717); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDDF3 is #02220C. Grayscale: #E9E9E9. Windows color (decimal): -139789 or 15982077. OLE color: 15982077.
HSL color Cylindrical-coordinate representation of color #FDDDF3: hue angle of 318.75º 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 #FDDDF3 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 221 | 243 | - |
CMYK | 0 | 0.13 | 0.04 | 0.01 |
HSL | 318.75º | 0.89% | 0.93% | - |
HSV(B) | 318.75º | 0.13% | 0.99% | - |
XYZ | 82.54 | 79.07 | 95.7 | - |
YUV | 233.08 | 133.6 | 142.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 221 | 243 | 0 | 0.13 | 0.04 | 0.01 | 318.75 | 0.89 | 0.93 |
Hex | FD | DD | F3 | 0 | D | 4 | 1 | 13F | 59 | 5D |
Octal | 375 | 335 | 363 | 0 | 15 | 4 | 1 | 477 | 131 | 135 |
Binary | 11111101 | 11011101 | 11110011 | 0 | 1101 | 100 | 1 | 100111111 | 1011001 | 1011101 |
Color Harmonies of #FDDDF3
Complementary color
Monochromatic Colors of #FDDDF3
Black with #FDDDF3
Text Example
Text Example
White with #FDDDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDDF3; }
p { color: rgb(253,221,243); }
H1.HeaderClassName
{
color: #FDDDF3;
}
.AnyTagClassName
{
color: #FDDDF3;
}
</style>
background-color css
<style>
a { background-color: #FDDDF3; }
a { background-color: rgb(253,221,243); }
div.DivClassName
{
background-color: #FDDDF3;
}
.BgClassName
{
background-color: #FDDDF3;
}
</style>
border-color css
<style>
span { border-color: #FDDDF3; }
span { border-color: rgb(253,221,243); }
td.TdClassName
{
border-color: #FDDDF3;
}
.TagClassName
{
border-color: #FDDDF3;
}
</style>