Shades of Pig Pink #FDD6ED
Tints of Pig Pink #FDD6ED
RGB
CMYK
RGB Variations
Color information
#FDD6ED (or 0xFDD6ED) is known color: Pig Pink. HEX triplet: FD, D6 and ED. RGB value is (253,214,237). Sum of RGB (Red+Green+Blue) = 253+214+237=704 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.94% from 704); Green value is 214 (83.98% from 255 or 30.40% from 704); Blue value is 237 (92.97% from 255 or 33.66% from 704); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD6ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD6ED is #022912. Grayscale: #E4E4E4. Windows color (decimal): -141587 or 15587069. OLE color: 15587069.
HSL color Cylindrical-coordinate representation of color #FDD6ED: hue angle of 324.62º degrees, saturation: 0.91, 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 #FDD6ED is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 214 | 237 | - |
CMYK | 0 | 0.15 | 0.06 | 0.01 |
HSL | 324.62º | 0.91% | 0.92% | - |
HSV(B) | 324.62º | 0.15% | 0.99% | - |
XYZ | 79.84 | 75.09 | 90.41 | - |
YUV | 228.28 | 132.92 | 145.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 214 | 237 | 0 | 0.15 | 0.06 | 0.01 | 324.62 | 0.91 | 0.92 |
Hex | FD | D6 | ED | 0 | F | 6 | 1 | 145 | 5B | 5C |
Octal | 375 | 326 | 355 | 0 | 17 | 6 | 1 | 505 | 133 | 134 |
Binary | 11111101 | 11010110 | 11101101 | 0 | 1111 | 110 | 1 | 101000101 | 1011011 | 1011100 |
Color Harmonies of #FDD6ED
Complementary color
Monochromatic Colors of #FDD6ED
Black with #FDD6ED
Text Example
Text Example
White with #FDD6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD6ED; }
p { color: rgb(253,214,237); }
H1.HeaderClassName
{
color: #FDD6ED;
}
.AnyTagClassName
{
color: #FDD6ED;
}
</style>
background-color css
<style>
a { background-color: #FDD6ED; }
a { background-color: rgb(253,214,237); }
div.DivClassName
{
background-color: #FDD6ED;
}
.BgClassName
{
background-color: #FDD6ED;
}
</style>
border-color css
<style>
span { border-color: #FDD6ED; }
span { border-color: rgb(253,214,237); }
td.TdClassName
{
border-color: #FDD6ED;
}
.TagClassName
{
border-color: #FDD6ED;
}
</style>