Shades of Pig Pink #FDD6F0
Tints of Pig Pink #FDD6F0
RGB
CMYK
RGB Variations
Color information
#FDD6F0 (or 0xFDD6F0) is known color: Pig Pink. HEX triplet: FD, D6 and F0. RGB value is (253,214,240). Sum of RGB (Red+Green+Blue) = 253+214+240=707 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.79% from 707); Green value is 214 (83.98% from 255 or 30.27% from 707); Blue value is 240 (94.14% from 255 or 33.95% from 707); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD6F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD6F0 is #02290F. Grayscale: #E4E4E4. Windows color (decimal): -141584 or 15783677. OLE color: 15783677.
HSL color Cylindrical-coordinate representation of color #FDD6F0: hue angle of 320º degrees, saturation: 0.91, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDD6F0 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 240 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.01 |
| HSL | 320º | 0.91% | 0.92% | - |
| HSV(B) | 320º | 0.15% | 0.99% | - |
| XYZ | 80.28 | 75.27 | 92.73 | - |
| YUV | 228.63 | 134.42 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 240 | 0 | 0.15 | 0.05 | 0.01 | 320 | 0.91 | 0.92 |
| Hex | FD | D6 | F0 | 0 | F | 5 | 1 | 140 | 5B | 5C |
| Octal | 375 | 326 | 360 | 0 | 17 | 5 | 1 | 500 | 133 | 134 |
| Binary | 11111101 | 11010110 | 11110000 | 0 | 1111 | 101 | 1 | 101000000 | 1011011 | 1011100 |
Color Harmonies of #FDD6F0
Complementary color
Monochromatic Colors of #FDD6F0
Black with #FDD6F0
Text Example
Text Example
White with #FDD6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD6F0; }
p { color: rgb(253,214,240); }
H1.HeaderClassName
{
color: #FDD6F0;
}
.AnyTagClassName
{
color: #FDD6F0;
}
</style>
background-color css
<style>
a { background-color: #FDD6F0; }
a { background-color: rgb(253,214,240); }
div.DivClassName
{
background-color: #FDD6F0;
}
.BgClassName
{
background-color: #FDD6F0;
}
</style>
border-color css
<style>
span { border-color: #FDD6F0; }
span { border-color: rgb(253,214,240); }
td.TdClassName
{
border-color: #FDD6F0;
}
.TagClassName
{
border-color: #FDD6F0;
}
</style>