Shades of Pig Pink #FDDFF3
Tints of Pig Pink #FDDFF3
RGB
CMYK
RGB Variations
Color information
#FDDFF3 (or 0xFDDFF3) is known color: Pig Pink. HEX triplet: FD, DF and F3. RGB value is (253,223,243). Sum of RGB (Red+Green+Blue) = 253+223+243=719 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.19% from 719); Green value is 223 (87.5% from 255 or 31.02% from 719); Blue value is 243 (95.31% from 255 or 33.80% from 719); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDFF3 is #02200C. Grayscale: #EAEAEA. Windows color (decimal): -139277 or 15982589. OLE color: 15982589.
HSL color Cylindrical-coordinate representation of color #FDDFF3: hue angle of 320º 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 #FDDFF3 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 223 | 243 | - |
CMYK | 0 | 0.12 | 0.04 | 0.01 |
HSL | 320º | 0.88% | 0.93% | - |
HSV(B) | 320º | 0.12% | 0.99% | - |
XYZ | 83.07 | 80.13 | 95.88 | - |
YUV | 234.25 | 132.94 | 141.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 223 | 243 | 0 | 0.12 | 0.04 | 0.01 | 320 | 0.88 | 0.93 |
Hex | FD | DF | F3 | 0 | C | 4 | 1 | 140 | 58 | 5D |
Octal | 375 | 337 | 363 | 0 | 14 | 4 | 1 | 500 | 130 | 135 |
Binary | 11111101 | 11011111 | 11110011 | 0 | 1100 | 100 | 1 | 101000000 | 1011000 | 1011101 |
Color Harmonies of #FDDFF3
Complementary color
Monochromatic Colors of #FDDFF3
Black with #FDDFF3
Text Example
Text Example
White with #FDDFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDFF3; }
p { color: rgb(253,223,243); }
H1.HeaderClassName
{
color: #FDDFF3;
}
.AnyTagClassName
{
color: #FDDFF3;
}
</style>
background-color css
<style>
a { background-color: #FDDFF3; }
a { background-color: rgb(253,223,243); }
div.DivClassName
{
background-color: #FDDFF3;
}
.BgClassName
{
background-color: #FDDFF3;
}
</style>
border-color css
<style>
span { border-color: #FDDFF3; }
span { border-color: rgb(253,223,243); }
td.TdClassName
{
border-color: #FDDFF3;
}
.TagClassName
{
border-color: #FDDFF3;
}
</style>