Shades of Pig Pink #FFDFEE
Tints of Pig Pink #FFDFEE
RGB
CMYK
RGB Variations
Color information
#FFDFEE (or 0xFFDFEE) is known color: Pig Pink. HEX triplet: FF, DF and EE. RGB value is (255,223,238). Sum of RGB (Red+Green+Blue) = 255+223+238=716 (94% of max value = 765). Red value is 255 (100% from 255 or 35.61% from 716); Green value is 223 (87.5% from 255 or 31.15% from 716); Blue value is 238 (93.36% from 255 or 33.24% from 716); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDFEE is #002011. Grayscale: #EAEAEA. Windows color (decimal): -8210 or 15654911. OLE color: 15654911.
HSL color Cylindrical-coordinate representation of color #FFDFEE: hue angle of 331.88º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFDFEE is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 223 | 238 | - |
CMYK | 0 | 0.13 | 0.07 | 0 |
HSL | 331.88º | 1% | 0.94% | - |
HSV(B) | 331.88º | 0.13% | 1% | - |
XYZ | 83.06 | 80.21 | 91.99 | - |
YUV | 234.28 | 130.1 | 142.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 223 | 238 | 0 | 0.13 | 0.07 | 0 | 331.88 | 1 | 0.94 |
Hex | FF | DF | EE | 0 | D | 7 | 0 | 14C | 64 | 5E |
Octal | 377 | 337 | 356 | 0 | 15 | 7 | 0 | 514 | 144 | 136 |
Binary | 11111111 | 11011111 | 11101110 | 0 | 1101 | 111 | 0 | 101001100 | 1100100 | 1011110 |
Color Harmonies of #FFDFEE
Complementary color
Monochromatic Colors of #FFDFEE
Black with #FFDFEE
Text Example
Text Example
White with #FFDFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDFEE; }
p { color: rgb(255,223,238); }
H1.HeaderClassName
{
color: #FFDFEE;
}
.AnyTagClassName
{
color: #FFDFEE;
}
</style>
background-color css
<style>
a { background-color: #FFDFEE; }
a { background-color: rgb(255,223,238); }
div.DivClassName
{
background-color: #FFDFEE;
}
.BgClassName
{
background-color: #FFDFEE;
}
</style>
border-color css
<style>
span { border-color: #FFDFEE; }
span { border-color: rgb(255,223,238); }
td.TdClassName
{
border-color: #FFDFEE;
}
.TagClassName
{
border-color: #FFDFEE;
}
</style>