Shades of Pig Pink #FDDAEF
Tints of Pig Pink #FDDAEF
RGB
CMYK
RGB Variations
Color information
#FDDAEF (or 0xFDDAEF) is known color: Pig Pink. HEX triplet: FD, DA and EF. RGB value is (253,218,239). Sum of RGB (Red+Green+Blue) = 253+218+239=710 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.63% from 710); Green value is 218 (85.55% from 255 or 30.70% from 710); Blue value is 239 (93.75% from 255 or 33.66% from 710); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDAEF is #022510. Grayscale: #E6E6E6. Windows color (decimal): -140561 or 15719165. OLE color: 15719165.
HSL color Cylindrical-coordinate representation of color #FDDAEF: hue angle of 324º 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 #FDDAEF is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 239 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.01 |
| HSL | 324º | 0.9% | 0.92% | - |
| HSV(B) | 324º | 0.14% | 0.99% | - |
| XYZ | 81.16 | 77.26 | 92.3 | - |
| YUV | 230.86 | 132.6 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 239 | 0 | 0.14 | 0.06 | 0.01 | 324 | 0.9 | 0.92 |
| Hex | FD | DA | EF | 0 | E | 6 | 1 | 144 | 5A | 5C |
| Octal | 375 | 332 | 357 | 0 | 16 | 6 | 1 | 504 | 132 | 134 |
| Binary | 11111101 | 11011010 | 11101111 | 0 | 1110 | 110 | 1 | 101000100 | 1011010 | 1011100 |
Color Harmonies of #FDDAEF
Complementary color
Monochromatic Colors of #FDDAEF
Black with #FDDAEF
Text Example
Text Example
White with #FDDAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDAEF; }
p { color: rgb(253,218,239); }
H1.HeaderClassName
{
color: #FDDAEF;
}
.AnyTagClassName
{
color: #FDDAEF;
}
</style>
background-color css
<style>
a { background-color: #FDDAEF; }
a { background-color: rgb(253,218,239); }
div.DivClassName
{
background-color: #FDDAEF;
}
.BgClassName
{
background-color: #FDDAEF;
}
</style>
border-color css
<style>
span { border-color: #FDDAEF; }
span { border-color: rgb(253,218,239); }
td.TdClassName
{
border-color: #FDDAEF;
}
.TagClassName
{
border-color: #FDDAEF;
}
</style>