Shades of Pig Pink #FFDDED
Tints of Pig Pink #FFDDED
RGB
CMYK
RGB Variations
Color information
#FFDDED (or 0xFFDDED) is known color: Pig Pink. HEX triplet: FF, DD and ED. RGB value is (255,221,237). Sum of RGB (Red+Green+Blue) = 255+221+237=713 (94% of max value = 765). Red value is 255 (100% from 255 or 35.76% from 713); Green value is 221 (86.72% from 255 or 31.00% from 713); Blue value is 237 (92.97% from 255 or 33.24% from 713); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDDED is #002212. Grayscale: #E8E8E8. Windows color (decimal): -8723 or 15588863. OLE color: 15588863.
HSL color Cylindrical-coordinate representation of color #FFDDED: hue angle of 331.76º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFDDED is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 221 | 237 | - |
CMYK | 0 | 0.13 | 0.07 | 0 |
HSL | 331.76º | 1% | 0.93% | - |
HSV(B) | 331.76º | 0.13% | 1% | - |
XYZ | 82.38 | 79.09 | 91.04 | - |
YUV | 232.99 | 130.26 | 143.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 221 | 237 | 0 | 0.13 | 0.07 | 0 | 331.76 | 1 | 0.93 |
Hex | FF | DD | ED | 0 | D | 7 | 0 | 14C | 64 | 5D |
Octal | 377 | 335 | 355 | 0 | 15 | 7 | 0 | 514 | 144 | 135 |
Binary | 11111111 | 11011101 | 11101101 | 0 | 1101 | 111 | 0 | 101001100 | 1100100 | 1011101 |
Color Harmonies of #FFDDED
Complementary color
Monochromatic Colors of #FFDDED
Black with #FFDDED
Text Example
Text Example
White with #FFDDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDED; }
p { color: rgb(255,221,237); }
H1.HeaderClassName
{
color: #FFDDED;
}
.AnyTagClassName
{
color: #FFDDED;
}
</style>
background-color css
<style>
a { background-color: #FFDDED; }
a { background-color: rgb(255,221,237); }
div.DivClassName
{
background-color: #FFDDED;
}
.BgClassName
{
background-color: #FFDDED;
}
</style>
border-color css
<style>
span { border-color: #FFDDED; }
span { border-color: rgb(255,221,237); }
td.TdClassName
{
border-color: #FFDDED;
}
.TagClassName
{
border-color: #FFDDED;
}
</style>