Shades of Pig Pink #FDD8F4
Tints of Pig Pink #FDD8F4
RGB
CMYK
RGB Variations
Color information
#FDD8F4 (or 0xFDD8F4) is known color: Pig Pink. HEX triplet: FD, D8 and F4. RGB value is (253,216,244). Sum of RGB (Red+Green+Blue) = 253+216+244=713 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.48% from 713); Green value is 216 (84.77% from 255 or 30.29% from 713); Blue value is 244 (95.70% from 255 or 34.22% from 713); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD8F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD8F4 is #02270B. Grayscale: #E6E6E6. Windows color (decimal): -141068 or 16046333. OLE color: 16046333.
HSL color Cylindrical-coordinate representation of color #FDD8F4: hue angle of 314.59º 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 #FDD8F4 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 244 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.01 |
| HSL | 314.59º | 0.9% | 0.92% | - |
| HSV(B) | 314.59º | 0.15% | 0.99% | - |
| XYZ | 81.39 | 76.53 | 96.07 | - |
| YUV | 230.26 | 135.76 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 244 | 0 | 0.15 | 0.04 | 0.01 | 314.59 | 0.9 | 0.92 |
| Hex | FD | D8 | F4 | 0 | F | 4 | 1 | 13B | 5A | 5C |
| Octal | 375 | 330 | 364 | 0 | 17 | 4 | 1 | 473 | 132 | 134 |
| Binary | 11111101 | 11011000 | 11110100 | 0 | 1111 | 100 | 1 | 100111011 | 1011010 | 1011100 |
Color Harmonies of #FDD8F4
Complementary color
Monochromatic Colors of #FDD8F4
Black with #FDD8F4
Text Example
Text Example
White with #FDD8F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD8F4; }
p { color: rgb(253,216,244); }
H1.HeaderClassName
{
color: #FDD8F4;
}
.AnyTagClassName
{
color: #FDD8F4;
}
</style>
background-color css
<style>
a { background-color: #FDD8F4; }
a { background-color: rgb(253,216,244); }
div.DivClassName
{
background-color: #FDD8F4;
}
.BgClassName
{
background-color: #FDD8F4;
}
</style>
border-color css
<style>
span { border-color: #FDD8F4; }
span { border-color: rgb(253,216,244); }
td.TdClassName
{
border-color: #FDD8F4;
}
.TagClassName
{
border-color: #FDD8F4;
}
</style>