Shades of Pig Pink #FDDAED
Tints of Pig Pink #FDDAED
RGB
CMYK
RGB Variations
Color information
#FDDAED (or 0xFDDAED) is known color: Pig Pink. HEX triplet: FD, DA and ED. RGB value is (253,218,237). Sum of RGB (Red+Green+Blue) = 253+218+237=708 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.73% from 708); Green value is 218 (85.55% from 255 or 30.79% from 708); Blue value is 237 (92.97% from 255 or 33.47% from 708); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDAED is #022512. Grayscale: #E6E6E6. Windows color (decimal): -140563 or 15588093. OLE color: 15588093.
HSL color Cylindrical-coordinate representation of color #FDDAED: hue angle of 327.43º 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 #FDDAED is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 218 | 237 | - |
CMYK | 0 | 0.14 | 0.06 | 0.01 |
HSL | 327.43º | 0.9% | 0.92% | - |
HSV(B) | 327.43º | 0.14% | 0.99% | - |
XYZ | 80.87 | 77.14 | 90.75 | - |
YUV | 230.63 | 131.6 | 143.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 218 | 237 | 0 | 0.14 | 0.06 | 0.01 | 327.43 | 0.9 | 0.92 |
Hex | FD | DA | ED | 0 | E | 6 | 1 | 147 | 5A | 5C |
Octal | 375 | 332 | 355 | 0 | 16 | 6 | 1 | 507 | 132 | 134 |
Binary | 11111101 | 11011010 | 11101101 | 0 | 1110 | 110 | 1 | 101000111 | 1011010 | 1011100 |
Color Harmonies of #FDDAED
Complementary color
Monochromatic Colors of #FDDAED
Black with #FDDAED
Text Example
Text Example
White with #FDDAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDAED; }
p { color: rgb(253,218,237); }
H1.HeaderClassName
{
color: #FDDAED;
}
.AnyTagClassName
{
color: #FDDAED;
}
</style>
background-color css
<style>
a { background-color: #FDDAED; }
a { background-color: rgb(253,218,237); }
div.DivClassName
{
background-color: #FDDAED;
}
.BgClassName
{
background-color: #FDDAED;
}
</style>
border-color css
<style>
span { border-color: #FDDAED; }
span { border-color: rgb(253,218,237); }
td.TdClassName
{
border-color: #FDDAED;
}
.TagClassName
{
border-color: #FDDAED;
}
</style>