Shades of Pig Pink #FDD1F0
Tints of Pig Pink #FDD1F0
RGB
CMYK
RGB Variations
Color information
#FDD1F0 (or 0xFDD1F0) is known color: Pig Pink. HEX triplet: FD, D1 and F0. RGB value is (253,209,240). Sum of RGB (Red+Green+Blue) = 253+209+240=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 209 (82.03% from 255 or 29.77% from 702); Blue value is 240 (94.14% from 255 or 34.19% from 702); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD1F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD1F0 is #022E0F. Grayscale: #E1E1E1. Windows color (decimal): -142864 or 15782397. OLE color: 15782397.
HSL color Cylindrical-coordinate representation of color #FDD1F0: hue angle of 317.73º degrees, saturation: 0.92, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FDD1F0 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 209 | 240 | - |
CMYK | 0 | 0.17 | 0.05 | 0.01 |
HSL | 317.73º | 0.92% | 0.91% | - |
HSV(B) | 317.73º | 0.17% | 0.99% | - |
XYZ | 79.04 | 72.77 | 92.32 | - |
YUV | 225.69 | 136.08 | 147.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 209 | 240 | 0 | 0.17 | 0.05 | 0.01 | 317.73 | 0.92 | 0.91 |
Hex | FD | D1 | F0 | 0 | 11 | 5 | 1 | 13E | 5C | 5B |
Octal | 375 | 321 | 360 | 0 | 21 | 5 | 1 | 476 | 134 | 133 |
Binary | 11111101 | 11010001 | 11110000 | 0 | 10001 | 101 | 1 | 100111110 | 1011100 | 1011011 |
Color Harmonies of #FDD1F0
Complementary color
Monochromatic Colors of #FDD1F0
Black with #FDD1F0
Text Example
Text Example
White with #FDD1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD1F0; }
p { color: rgb(253,209,240); }
H1.HeaderClassName
{
color: #FDD1F0;
}
.AnyTagClassName
{
color: #FDD1F0;
}
</style>
background-color css
<style>
a { background-color: #FDD1F0; }
a { background-color: rgb(253,209,240); }
div.DivClassName
{
background-color: #FDD1F0;
}
.BgClassName
{
background-color: #FDD1F0;
}
</style>
border-color css
<style>
span { border-color: #FDD1F0; }
span { border-color: rgb(253,209,240); }
td.TdClassName
{
border-color: #FDD1F0;
}
.TagClassName
{
border-color: #FDD1F0;
}
</style>