Shades of Pig Pink #FDDEF5
Tints of Pig Pink #FDDEF5
RGB
CMYK
RGB Variations
Color information
#FDDEF5 (or 0xFDDEF5) is known color: Pig Pink. HEX triplet: FD, DE and F5. RGB value is (253,222,245). Sum of RGB (Red+Green+Blue) = 253+222+245=720 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.14% from 720); Green value is 222 (87.11% from 255 or 30.83% from 720); Blue value is 245 (96.09% from 255 or 34.03% from 720); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDEF5 is #02210A. Grayscale: #E9E9E9. Windows color (decimal): -139531 or 16113405. OLE color: 16113405.
HSL color Cylindrical-coordinate representation of color #FDDEF5: hue angle of 315.48º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FDDEF5 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 222 | 245 | - |
CMYK | 0 | 0.12 | 0.03 | 0.01 |
HSL | 315.48º | 0.89% | 0.93% | - |
HSV(B) | 315.48º | 0.12% | 0.99% | - |
XYZ | 83.11 | 79.72 | 97.39 | - |
YUV | 233.89 | 134.27 | 141.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 222 | 245 | 0 | 0.12 | 0.03 | 0.01 | 315.48 | 0.89 | 0.93 |
Hex | FD | DE | F5 | 0 | C | 3 | 1 | 13B | 59 | 5D |
Octal | 375 | 336 | 365 | 0 | 14 | 3 | 1 | 473 | 131 | 135 |
Binary | 11111101 | 11011110 | 11110101 | 0 | 1100 | 11 | 1 | 100111011 | 1011001 | 1011101 |
Color Harmonies of #FDDEF5
Complementary color
Monochromatic Colors of #FDDEF5
Black with #FDDEF5
Text Example
Text Example
White with #FDDEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDEF5; }
p { color: rgb(253,222,245); }
H1.HeaderClassName
{
color: #FDDEF5;
}
.AnyTagClassName
{
color: #FDDEF5;
}
</style>
background-color css
<style>
a { background-color: #FDDEF5; }
a { background-color: rgb(253,222,245); }
div.DivClassName
{
background-color: #FDDEF5;
}
.BgClassName
{
background-color: #FDDEF5;
}
</style>
border-color css
<style>
span { border-color: #FDDEF5; }
span { border-color: rgb(253,222,245); }
td.TdClassName
{
border-color: #FDDEF5;
}
.TagClassName
{
border-color: #FDDEF5;
}
</style>