Shades of Pig Pink #FDD4F0
Tints of Pig Pink #FDD4F0
RGB
CMYK
RGB Variations
Color information
#FDD4F0 (or 0xFDD4F0) is known color: Pig Pink. HEX triplet: FD, D4 and F0. RGB value is (253,212,240). Sum of RGB (Red+Green+Blue) = 253+212+240=705 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.89% from 705); Green value is 212 (83.20% from 255 or 30.07% from 705); Blue value is 240 (94.14% from 255 or 34.04% from 705); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD4F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD4F0 is #022B0F. Grayscale: #E3E3E3. Windows color (decimal): -142096 or 15783165. OLE color: 15783165.
HSL color Cylindrical-coordinate representation of color #FDD4F0: hue angle of 319.02º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FDD4F0 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 212 | 240 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.01 |
| HSL | 319.02º | 0.91% | 0.91% | - |
| HSV(B) | 319.02º | 0.16% | 0.99% | - |
| XYZ | 79.78 | 74.26 | 92.57 | - |
| YUV | 227.45 | 135.08 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 212 | 240 | 0 | 0.16 | 0.05 | 0.01 | 319.02 | 0.91 | 0.91 |
| Hex | FD | D4 | F0 | 0 | 10 | 5 | 1 | 13F | 5B | 5B |
| Octal | 375 | 324 | 360 | 0 | 20 | 5 | 1 | 477 | 133 | 133 |
| Binary | 11111101 | 11010100 | 11110000 | 0 | 10000 | 101 | 1 | 100111111 | 1011011 | 1011011 |
Color Harmonies of #FDD4F0
Complementary color
Monochromatic Colors of #FDD4F0
Black with #FDD4F0
Text Example
Text Example
White with #FDD4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD4F0; }
p { color: rgb(253,212,240); }
H1.HeaderClassName
{
color: #FDD4F0;
}
.AnyTagClassName
{
color: #FDD4F0;
}
</style>
background-color css
<style>
a { background-color: #FDD4F0; }
a { background-color: rgb(253,212,240); }
div.DivClassName
{
background-color: #FDD4F0;
}
.BgClassName
{
background-color: #FDD4F0;
}
</style>
border-color css
<style>
span { border-color: #FDD4F0; }
span { border-color: rgb(253,212,240); }
td.TdClassName
{
border-color: #FDD4F0;
}
.TagClassName
{
border-color: #FDD4F0;
}
</style>