Shades of Pig Pink #FFDDF3
Tints of Pig Pink #FFDDF3
RGB
CMYK
RGB Variations
Color information
#FFDDF3 (or 0xFFDDF3) is known color: Pig Pink. HEX triplet: FF, DD and F3. RGB value is (255,221,243). Sum of RGB (Red+Green+Blue) = 255+221+243=719 (95% of max value = 765). Red value is 255 (100% from 255 or 35.47% from 719); Green value is 221 (86.72% from 255 or 30.74% from 719); Blue value is 243 (95.31% from 255 or 33.80% from 719); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDDF3 is #00220C. Grayscale: #E9E9E9. Windows color (decimal): -8717 or 15982079. OLE color: 15982079.
HSL color Cylindrical-coordinate representation of color #FFDDF3: hue angle of 321.18º 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 #FFDDF3 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 221 | 243 | - |
CMYK | 0 | 0.13 | 0.05 | 0 |
HSL | 321.18º | 1% | 0.93% | - |
HSV(B) | 321.18º | 0.13% | 1% | - |
XYZ | 83.27 | 79.44 | 95.74 | - |
YUV | 233.67 | 133.26 | 143.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 221 | 243 | 0 | 0.13 | 0.05 | 0 | 321.18 | 1 | 0.93 |
Hex | FF | DD | F3 | 0 | D | 5 | 0 | 141 | 64 | 5D |
Octal | 377 | 335 | 363 | 0 | 15 | 5 | 0 | 501 | 144 | 135 |
Binary | 11111111 | 11011101 | 11110011 | 0 | 1101 | 101 | 0 | 101000001 | 1100100 | 1011101 |
Color Harmonies of #FFDDF3
Complementary color
Monochromatic Colors of #FFDDF3
Black with #FFDDF3
Text Example
Text Example
White with #FFDDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDF3; }
p { color: rgb(255,221,243); }
H1.HeaderClassName
{
color: #FFDDF3;
}
.AnyTagClassName
{
color: #FFDDF3;
}
</style>
background-color css
<style>
a { background-color: #FFDDF3; }
a { background-color: rgb(255,221,243); }
div.DivClassName
{
background-color: #FFDDF3;
}
.BgClassName
{
background-color: #FFDDF3;
}
</style>
border-color css
<style>
span { border-color: #FFDDF3; }
span { border-color: rgb(255,221,243); }
td.TdClassName
{
border-color: #FFDDF3;
}
.TagClassName
{
border-color: #FFDDF3;
}
</style>