Shades of Pig Pink #FDD3F0
Tints of Pig Pink #FDD3F0
RGB
CMYK
RGB Variations
Color information
#FDD3F0 (or 0xFDD3F0) is known color: Pig Pink. HEX triplet: FD, D3 and F0. RGB value is (253,211,240). Sum of RGB (Red+Green+Blue) = 253+211+240=704 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.94% from 704); Green value is 211 (82.81% from 255 or 29.97% from 704); Blue value is 240 (94.14% from 255 or 34.09% from 704); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD3F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD3F0 is #022C0F. Grayscale: #E2E2E2. Windows color (decimal): -142352 or 15782909. OLE color: 15782909.
HSL color Cylindrical-coordinate representation of color #FDD3F0: hue angle of 318.57º degrees, saturation: 0.91, 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 #FDD3F0 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 211 | 240 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.01 |
| HSL | 318.57º | 0.91% | 0.91% | - |
| HSV(B) | 318.57º | 0.17% | 0.99% | - |
| XYZ | 79.53 | 73.76 | 92.48 | - |
| YUV | 226.86 | 135.41 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 211 | 240 | 0 | 0.17 | 0.05 | 0.01 | 318.57 | 0.91 | 0.91 |
| Hex | FD | D3 | F0 | 0 | 11 | 5 | 1 | 13F | 5B | 5B |
| Octal | 375 | 323 | 360 | 0 | 21 | 5 | 1 | 477 | 133 | 133 |
| Binary | 11111101 | 11010011 | 11110000 | 0 | 10001 | 101 | 1 | 100111111 | 1011011 | 1011011 |
Color Harmonies of #FDD3F0
Complementary color
Monochromatic Colors of #FDD3F0
Black with #FDD3F0
Text Example
Text Example
White with #FDD3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD3F0; }
p { color: rgb(253,211,240); }
H1.HeaderClassName
{
color: #FDD3F0;
}
.AnyTagClassName
{
color: #FDD3F0;
}
</style>
background-color css
<style>
a { background-color: #FDD3F0; }
a { background-color: rgb(253,211,240); }
div.DivClassName
{
background-color: #FDD3F0;
}
.BgClassName
{
background-color: #FDD3F0;
}
</style>
border-color css
<style>
span { border-color: #FDD3F0; }
span { border-color: rgb(253,211,240); }
td.TdClassName
{
border-color: #FDD3F0;
}
.TagClassName
{
border-color: #FDD3F0;
}
</style>