Shades of Pig Pink #FDDFEB
Tints of Pig Pink #FDDFEB
RGB
CMYK
RGB Variations
Color information
#FDDFEB (or 0xFDDFEB) is known color: Pig Pink. HEX triplet: FD, DF and EB. RGB value is (253,223,235). Sum of RGB (Red+Green+Blue) = 253+223+235=711 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.58% from 711); Green value is 223 (87.5% from 255 or 31.36% from 711); Blue value is 235 (92.19% from 255 or 33.05% from 711); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDFEB is #022014. Grayscale: #E9E9E9. Windows color (decimal): -139285 or 15458301. OLE color: 15458301.
HSL color Cylindrical-coordinate representation of color #FDDFEB: hue angle of 336º 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 #FDDFEB is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 223 | 235 | - |
CMYK | 0 | 0.12 | 0.07 | 0.01 |
HSL | 336º | 0.88% | 0.93% | - |
HSV(B) | 336º | 0.12% | 0.99% | - |
XYZ | 81.89 | 79.66 | 89.66 | - |
YUV | 233.34 | 128.94 | 142.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 223 | 235 | 0 | 0.12 | 0.07 | 0.01 | 336 | 0.88 | 0.93 |
Hex | FD | DF | EB | 0 | C | 7 | 1 | 150 | 58 | 5D |
Octal | 375 | 337 | 353 | 0 | 14 | 7 | 1 | 520 | 130 | 135 |
Binary | 11111101 | 11011111 | 11101011 | 0 | 1100 | 111 | 1 | 101010000 | 1011000 | 1011101 |
Color Harmonies of #FDDFEB
Complementary color
Monochromatic Colors of #FDDFEB
Black with #FDDFEB
Text Example
Text Example
White with #FDDFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDFEB; }
p { color: rgb(253,223,235); }
H1.HeaderClassName
{
color: #FDDFEB;
}
.AnyTagClassName
{
color: #FDDFEB;
}
</style>
background-color css
<style>
a { background-color: #FDDFEB; }
a { background-color: rgb(253,223,235); }
div.DivClassName
{
background-color: #FDDFEB;
}
.BgClassName
{
background-color: #FDDFEB;
}
</style>
border-color css
<style>
span { border-color: #FDDFEB; }
span { border-color: rgb(253,223,235); }
td.TdClassName
{
border-color: #FDDFEB;
}
.TagClassName
{
border-color: #FDDFEB;
}
</style>