Shades of Pig Pink #FDDFF2
Tints of Pig Pink #FDDFF2
RGB
CMYK
RGB Variations
Color information
#FDDFF2 (or 0xFDDFF2) is known color: Pig Pink. HEX triplet: FD, DF and F2. RGB value is (253,223,242). Sum of RGB (Red+Green+Blue) = 253+223+242=718 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.24% from 718); Green value is 223 (87.5% from 255 or 31.06% from 718); Blue value is 242 (94.92% from 255 or 33.70% from 718); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDFF2 is #02200D. Grayscale: #EAEAEA. Windows color (decimal): -139278 or 15917053. OLE color: 15917053.
HSL color Cylindrical-coordinate representation of color #FDDFF2: hue angle of 322º 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 #FDDFF2 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 223 | 242 | - |
CMYK | 0 | 0.12 | 0.04 | 0.01 |
HSL | 322º | 0.88% | 0.93% | - |
HSV(B) | 322º | 0.12% | 0.99% | - |
XYZ | 82.92 | 80.07 | 95.09 | - |
YUV | 234.14 | 132.44 | 141.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 223 | 242 | 0 | 0.12 | 0.04 | 0.01 | 322 | 0.88 | 0.93 |
Hex | FD | DF | F2 | 0 | C | 4 | 1 | 142 | 58 | 5D |
Octal | 375 | 337 | 362 | 0 | 14 | 4 | 1 | 502 | 130 | 135 |
Binary | 11111101 | 11011111 | 11110010 | 0 | 1100 | 100 | 1 | 101000010 | 1011000 | 1011101 |
Color Harmonies of #FDDFF2
Complementary color
Monochromatic Colors of #FDDFF2
Black with #FDDFF2
Text Example
Text Example
White with #FDDFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDFF2; }
p { color: rgb(253,223,242); }
H1.HeaderClassName
{
color: #FDDFF2;
}
.AnyTagClassName
{
color: #FDDFF2;
}
</style>
background-color css
<style>
a { background-color: #FDDFF2; }
a { background-color: rgb(253,223,242); }
div.DivClassName
{
background-color: #FDDFF2;
}
.BgClassName
{
background-color: #FDDFF2;
}
</style>
border-color css
<style>
span { border-color: #FDDFF2; }
span { border-color: rgb(253,223,242); }
td.TdClassName
{
border-color: #FDDFF2;
}
.TagClassName
{
border-color: #FDDFF2;
}
</style>