Shades of Pig Pink #FDDAE7
Tints of Pig Pink #FDDAE7
RGB
CMYK
RGB Variations
Color information
#FDDAE7 (or 0xFDDAE7) is known color: Pig Pink. HEX triplet: FD, DA and E7. RGB value is (253,218,231). Sum of RGB (Red+Green+Blue) = 253+218+231=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 218 (85.55% from 255 or 31.05% from 702); Blue value is 231 (90.62% from 255 or 32.91% from 702); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDAE7 is #022518. Grayscale: #E5E5E5. Windows color (decimal): -140569 or 15194877. OLE color: 15194877.
HSL color Cylindrical-coordinate representation of color #FDDAE7: hue angle of 337.71º 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 #FDDAE7 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 218 | 231 | - |
CMYK | 0 | 0.14 | 0.09 | 0.01 |
HSL | 337.71º | 0.9% | 0.92% | - |
HSV(B) | 337.71º | 0.14% | 0.99% | - |
XYZ | 80 | 76.79 | 86.21 | - |
YUV | 229.95 | 128.6 | 144.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 218 | 231 | 0 | 0.14 | 0.09 | 0.01 | 337.71 | 0.9 | 0.92 |
Hex | FD | DA | E7 | 0 | E | 9 | 1 | 152 | 5A | 5C |
Octal | 375 | 332 | 347 | 0 | 16 | 11 | 1 | 522 | 132 | 134 |
Binary | 11111101 | 11011010 | 11100111 | 0 | 1110 | 1001 | 1 | 101010010 | 1011010 | 1011100 |
Color Harmonies of #FDDAE7
Complementary color
Monochromatic Colors of #FDDAE7
Black with #FDDAE7
Text Example
Text Example
White with #FDDAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDAE7; }
p { color: rgb(253,218,231); }
H1.HeaderClassName
{
color: #FDDAE7;
}
.AnyTagClassName
{
color: #FDDAE7;
}
</style>
background-color css
<style>
a { background-color: #FDDAE7; }
a { background-color: rgb(253,218,231); }
div.DivClassName
{
background-color: #FDDAE7;
}
.BgClassName
{
background-color: #FDDAE7;
}
</style>
border-color css
<style>
span { border-color: #FDDAE7; }
span { border-color: rgb(253,218,231); }
td.TdClassName
{
border-color: #FDDAE7;
}
.TagClassName
{
border-color: #FDDAE7;
}
</style>