Shades of Pig Pink #FDD9F0
Tints of Pig Pink #FDD9F0
RGB
CMYK
RGB Variations
Color information
#FDD9F0 (or 0xFDD9F0) is known color: Pig Pink. HEX triplet: FD, D9 and F0. RGB value is (253,217,240). Sum of RGB (Red+Green+Blue) = 253+217+240=710 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.63% from 710); Green value is 217 (85.16% from 255 or 30.56% from 710); Blue value is 240 (94.14% from 255 or 33.80% from 710); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD9F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD9F0 is #02260F. Grayscale: #E6E6E6. Windows color (decimal): -140816 or 15784445. OLE color: 15784445.
HSL color Cylindrical-coordinate representation of color #FDD9F0: hue angle of 321.67º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDD9F0 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 217 | 240 | - |
CMYK | 0 | 0.14 | 0.05 | 0.01 |
HSL | 321.67º | 0.9% | 0.92% | - |
HSV(B) | 321.67º | 0.14% | 0.99% | - |
XYZ | 81.05 | 76.8 | 92.99 | - |
YUV | 230.39 | 133.43 | 144.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 217 | 240 | 0 | 0.14 | 0.05 | 0.01 | 321.67 | 0.9 | 0.92 |
Hex | FD | D9 | F0 | 0 | E | 5 | 1 | 142 | 5A | 5C |
Octal | 375 | 331 | 360 | 0 | 16 | 5 | 1 | 502 | 132 | 134 |
Binary | 11111101 | 11011001 | 11110000 | 0 | 1110 | 101 | 1 | 101000010 | 1011010 | 1011100 |
Color Harmonies of #FDD9F0
Complementary color
Monochromatic Colors of #FDD9F0
Black with #FDD9F0
Text Example
Text Example
White with #FDD9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD9F0; }
p { color: rgb(253,217,240); }
H1.HeaderClassName
{
color: #FDD9F0;
}
.AnyTagClassName
{
color: #FDD9F0;
}
</style>
background-color css
<style>
a { background-color: #FDD9F0; }
a { background-color: rgb(253,217,240); }
div.DivClassName
{
background-color: #FDD9F0;
}
.BgClassName
{
background-color: #FDD9F0;
}
</style>
border-color css
<style>
span { border-color: #FDD9F0; }
span { border-color: rgb(253,217,240); }
td.TdClassName
{
border-color: #FDD9F0;
}
.TagClassName
{
border-color: #FDD9F0;
}
</style>