Shades of Pig Pink #FDDFF1
Tints of Pig Pink #FDDFF1
RGB
CMYK
RGB Variations
Color information
#FDDFF1 (or 0xFDDFF1) is known color: Pig Pink. HEX triplet: FD, DF and F1. RGB value is (253,223,241). Sum of RGB (Red+Green+Blue) = 253+223+241=717 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.29% from 717); Green value is 223 (87.5% from 255 or 31.10% from 717); Blue value is 241 (94.53% from 255 or 33.61% from 717); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDFF1 is #02200E. Grayscale: #E9E9E9. Windows color (decimal): -139279 or 15851517. OLE color: 15851517.
HSL color Cylindrical-coordinate representation of color #FDDFF1: hue angle of 324º 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 #FDDFF1 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 223 | 241 | - |
CMYK | 0 | 0.12 | 0.05 | 0.01 |
HSL | 324º | 0.88% | 0.93% | - |
HSV(B) | 324º | 0.12% | 0.99% | - |
XYZ | 82.77 | 80.01 | 94.3 | - |
YUV | 234.02 | 131.94 | 141.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 223 | 241 | 0 | 0.12 | 0.05 | 0.01 | 324 | 0.88 | 0.93 |
Hex | FD | DF | F1 | 0 | C | 5 | 1 | 144 | 58 | 5D |
Octal | 375 | 337 | 361 | 0 | 14 | 5 | 1 | 504 | 130 | 135 |
Binary | 11111101 | 11011111 | 11110001 | 0 | 1100 | 101 | 1 | 101000100 | 1011000 | 1011101 |
Color Harmonies of #FDDFF1
Complementary color
Monochromatic Colors of #FDDFF1
Black with #FDDFF1
Text Example
Text Example
White with #FDDFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDFF1; }
p { color: rgb(253,223,241); }
H1.HeaderClassName
{
color: #FDDFF1;
}
.AnyTagClassName
{
color: #FDDFF1;
}
</style>
background-color css
<style>
a { background-color: #FDDFF1; }
a { background-color: rgb(253,223,241); }
div.DivClassName
{
background-color: #FDDFF1;
}
.BgClassName
{
background-color: #FDDFF1;
}
</style>
border-color css
<style>
span { border-color: #FDDFF1; }
span { border-color: rgb(253,223,241); }
td.TdClassName
{
border-color: #FDDFF1;
}
.TagClassName
{
border-color: #FDDFF1;
}
</style>