Shades of Pig Pink #FDD8F0
Tints of Pig Pink #FDD8F0
RGB
CMYK
RGB Variations
Color information
#FDD8F0 (or 0xFDD8F0) is known color: Pig Pink. HEX triplet: FD, D8 and F0. RGB value is (253,216,240). Sum of RGB (Red+Green+Blue) = 253+216+240=709 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.68% from 709); Green value is 216 (84.77% from 255 or 30.47% from 709); Blue value is 240 (94.14% from 255 or 33.85% from 709); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD8F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD8F0 is #02270F. Grayscale: #E5E5E5. Windows color (decimal): -141072 or 15784189. OLE color: 15784189.
HSL color Cylindrical-coordinate representation of color #FDD8F0: hue angle of 321.08º degrees, saturation: 0.9, 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 #FDD8F0 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 216 | 240 | - |
CMYK | 0 | 0.15 | 0.05 | 0.01 |
HSL | 321.08º | 0.9% | 0.92% | - |
HSV(B) | 321.08º | 0.15% | 0.99% | - |
XYZ | 80.79 | 76.29 | 92.9 | - |
YUV | 229.8 | 133.76 | 144.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 216 | 240 | 0 | 0.15 | 0.05 | 0.01 | 321.08 | 0.9 | 0.92 |
Hex | FD | D8 | F0 | 0 | F | 5 | 1 | 141 | 5A | 5C |
Octal | 375 | 330 | 360 | 0 | 17 | 5 | 1 | 501 | 132 | 134 |
Binary | 11111101 | 11011000 | 11110000 | 0 | 1111 | 101 | 1 | 101000001 | 1011010 | 1011100 |
Color Harmonies of #FDD8F0
Complementary color
Monochromatic Colors of #FDD8F0
Black with #FDD8F0
Text Example
Text Example
White with #FDD8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD8F0; }
p { color: rgb(253,216,240); }
H1.HeaderClassName
{
color: #FDD8F0;
}
.AnyTagClassName
{
color: #FDD8F0;
}
</style>
background-color css
<style>
a { background-color: #FDD8F0; }
a { background-color: rgb(253,216,240); }
div.DivClassName
{
background-color: #FDD8F0;
}
.BgClassName
{
background-color: #FDD8F0;
}
</style>
border-color css
<style>
span { border-color: #FDD8F0; }
span { border-color: rgb(253,216,240); }
td.TdClassName
{
border-color: #FDD8F0;
}
.TagClassName
{
border-color: #FDD8F0;
}
</style>