Shades of Pig Pink #FDDFED
Tints of Pig Pink #FDDFED
RGB
CMYK
RGB Variations
Color information
#FDDFED (or 0xFDDFED) is known color: Pig Pink. HEX triplet: FD, DF and ED. RGB value is (253,223,237). Sum of RGB (Red+Green+Blue) = 253+223+237=713 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.48% from 713); Green value is 223 (87.5% from 255 or 31.28% from 713); Blue value is 237 (92.97% from 255 or 33.24% from 713); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDFED is #022012. Grayscale: #E9E9E9. Windows color (decimal): -139283 or 15589373. OLE color: 15589373.
HSL color Cylindrical-coordinate representation of color #FDDFED: hue angle of 332º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FDDFED is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 223 | 237 | - |
CMYK | 0 | 0.12 | 0.06 | 0.01 |
HSL | 332º | 0.88% | 0.93% | - |
HSV(B) | 332º | 0.12% | 0.99% | - |
XYZ | 82.18 | 79.77 | 91.19 | - |
YUV | 233.57 | 129.94 | 141.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 223 | 237 | 0 | 0.12 | 0.06 | 0.01 | 332 | 0.88 | 0.93 |
Hex | FD | DF | ED | 0 | C | 6 | 1 | 14C | 58 | 5D |
Octal | 375 | 337 | 355 | 0 | 14 | 6 | 1 | 514 | 130 | 135 |
Binary | 11111101 | 11011111 | 11101101 | 0 | 1100 | 110 | 1 | 101001100 | 1011000 | 1011101 |
Color Harmonies of #FDDFED
Complementary color
Monochromatic Colors of #FDDFED
Black with #FDDFED
Text Example
Text Example
White with #FDDFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDFED; }
p { color: rgb(253,223,237); }
H1.HeaderClassName
{
color: #FDDFED;
}
.AnyTagClassName
{
color: #FDDFED;
}
</style>
background-color css
<style>
a { background-color: #FDDFED; }
a { background-color: rgb(253,223,237); }
div.DivClassName
{
background-color: #FDDFED;
}
.BgClassName
{
background-color: #FDDFED;
}
</style>
border-color css
<style>
span { border-color: #FDDFED; }
span { border-color: rgb(253,223,237); }
td.TdClassName
{
border-color: #FDDFED;
}
.TagClassName
{
border-color: #FDDFED;
}
</style>