Shades of Pig Pink #FFDBEE
Tints of Pig Pink #FFDBEE
RGB
CMYK
RGB Variations
Color information
#FFDBEE (or 0xFFDBEE) is known color: Pig Pink. HEX triplet: FF, DB and EE. RGB value is (255,219,238). Sum of RGB (Red+Green+Blue) = 255+219+238=712 (94% of max value = 765). Red value is 255 (100% from 255 or 35.81% from 712); Green value is 219 (85.94% from 255 or 30.76% from 712); Blue value is 238 (93.36% from 255 or 33.43% from 712); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDBEE is #002411. Grayscale: #E7E7E7. Windows color (decimal): -9234 or 15653887. OLE color: 15653887.
HSL color Cylindrical-coordinate representation of color #FFDBEE: hue angle of 328.33º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FFDBEE is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 238 | - |
| CMYK | 0 | 0.14 | 0.07 | 0 |
| HSL | 328.33º | 1% | 0.93% | - |
| HSV(B) | 328.33º | 0.14% | 1% | - |
| XYZ | 82 | 78.1 | 91.64 | - |
| YUV | 231.93 | 131.43 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 238 | 0 | 0.14 | 0.07 | 0 | 328.33 | 1 | 0.93 |
| Hex | FF | DB | EE | 0 | E | 7 | 0 | 148 | 64 | 5D |
| Octal | 377 | 333 | 356 | 0 | 16 | 7 | 0 | 510 | 144 | 135 |
| Binary | 11111111 | 11011011 | 11101110 | 0 | 1110 | 111 | 0 | 101001000 | 1100100 | 1011101 |
Color Harmonies of #FFDBEE
Complementary color
Monochromatic Colors of #FFDBEE
Black with #FFDBEE
Text Example
Text Example
White with #FFDBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDBEE; }
p { color: rgb(255,219,238); }
H1.HeaderClassName
{
color: #FFDBEE;
}
.AnyTagClassName
{
color: #FFDBEE;
}
</style>
background-color css
<style>
a { background-color: #FFDBEE; }
a { background-color: rgb(255,219,238); }
div.DivClassName
{
background-color: #FFDBEE;
}
.BgClassName
{
background-color: #FFDBEE;
}
</style>
border-color css
<style>
span { border-color: #FFDBEE; }
span { border-color: rgb(255,219,238); }
td.TdClassName
{
border-color: #FFDBEE;
}
.TagClassName
{
border-color: #FFDBEE;
}
</style>