Shades of Pig Pink #FDD7EE
Tints of Pig Pink #FDD7EE
RGB
CMYK
RGB Variations
Color information
#FDD7EE (or 0xFDD7EE) is known color: Pig Pink. HEX triplet: FD, D7 and EE. RGB value is (253,215,238). Sum of RGB (Red+Green+Blue) = 253+215+238=706 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.84% from 706); Green value is 215 (84.38% from 255 or 30.45% from 706); Blue value is 238 (93.36% from 255 or 33.71% from 706); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD7EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD7EE is #022811. Grayscale: #E4E4E4. Windows color (decimal): -141330 or 15652861. OLE color: 15652861.
HSL color Cylindrical-coordinate representation of color #FDD7EE: hue angle of 323.68º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDD7EE is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 215 | 238 | - |
CMYK | 0 | 0.15 | 0.06 | 0.01 |
HSL | 323.68º | 0.9% | 0.92% | - |
HSV(B) | 323.68º | 0.15% | 0.99% | - |
XYZ | 80.24 | 75.66 | 91.26 | - |
YUV | 228.98 | 133.09 | 145.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 215 | 238 | 0 | 0.15 | 0.06 | 0.01 | 323.68 | 0.9 | 0.92 |
Hex | FD | D7 | EE | 0 | F | 6 | 1 | 144 | 5A | 5C |
Octal | 375 | 327 | 356 | 0 | 17 | 6 | 1 | 504 | 132 | 134 |
Binary | 11111101 | 11010111 | 11101110 | 0 | 1111 | 110 | 1 | 101000100 | 1011010 | 1011100 |
Color Harmonies of #FDD7EE
Complementary color
Monochromatic Colors of #FDD7EE
Black with #FDD7EE
Text Example
Text Example
White with #FDD7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD7EE; }
p { color: rgb(253,215,238); }
H1.HeaderClassName
{
color: #FDD7EE;
}
.AnyTagClassName
{
color: #FDD7EE;
}
</style>
background-color css
<style>
a { background-color: #FDD7EE; }
a { background-color: rgb(253,215,238); }
div.DivClassName
{
background-color: #FDD7EE;
}
.BgClassName
{
background-color: #FDD7EE;
}
</style>
border-color css
<style>
span { border-color: #FDD7EE; }
span { border-color: rgb(253,215,238); }
td.TdClassName
{
border-color: #FDD7EE;
}
.TagClassName
{
border-color: #FDD7EE;
}
</style>