Shades of Pig Pink #FDD8F3
Tints of Pig Pink #FDD8F3
RGB
CMYK
RGB Variations
Color information
#FDD8F3 (or 0xFDD8F3) is known color: Pig Pink. HEX triplet: FD, D8 and F3. RGB value is (253,216,243). Sum of RGB (Red+Green+Blue) = 253+216+243=712 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.53% from 712); Green value is 216 (84.77% from 255 or 30.34% from 712); Blue value is 243 (95.31% from 255 or 34.13% from 712); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD8F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD8F3 is #02270C. Grayscale: #E6E6E6. Windows color (decimal): -141069 or 15980797. OLE color: 15980797.
HSL color Cylindrical-coordinate representation of color #FDD8F3: hue angle of 316.22º 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 #FDD8F3 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 216 | 243 | - |
CMYK | 0 | 0.15 | 0.04 | 0.01 |
HSL | 316.22º | 0.9% | 0.92% | - |
HSV(B) | 316.22º | 0.15% | 0.99% | - |
XYZ | 81.24 | 76.47 | 95.27 | - |
YUV | 230.14 | 135.26 | 144.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 216 | 243 | 0 | 0.15 | 0.04 | 0.01 | 316.22 | 0.9 | 0.92 |
Hex | FD | D8 | F3 | 0 | F | 4 | 1 | 13C | 5A | 5C |
Octal | 375 | 330 | 363 | 0 | 17 | 4 | 1 | 474 | 132 | 134 |
Binary | 11111101 | 11011000 | 11110011 | 0 | 1111 | 100 | 1 | 100111100 | 1011010 | 1011100 |
Color Harmonies of #FDD8F3
Complementary color
Monochromatic Colors of #FDD8F3
Black with #FDD8F3
Text Example
Text Example
White with #FDD8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD8F3; }
p { color: rgb(253,216,243); }
H1.HeaderClassName
{
color: #FDD8F3;
}
.AnyTagClassName
{
color: #FDD8F3;
}
</style>
background-color css
<style>
a { background-color: #FDD8F3; }
a { background-color: rgb(253,216,243); }
div.DivClassName
{
background-color: #FDD8F3;
}
.BgClassName
{
background-color: #FDD8F3;
}
</style>
border-color css
<style>
span { border-color: #FDD8F3; }
span { border-color: rgb(253,216,243); }
td.TdClassName
{
border-color: #FDD8F3;
}
.TagClassName
{
border-color: #FDD8F3;
}
</style>