Shades of Pig Pink #FFDBED
Tints of Pig Pink #FFDBED
RGB
CMYK
RGB Variations
Color information
#FFDBED (or 0xFFDBED) is known color: Pig Pink. HEX triplet: FF, DB and ED. RGB value is (255,219,237). Sum of RGB (Red+Green+Blue) = 255+219+237=711 (94% of max value = 765). Red value is 255 (100% from 255 or 35.86% from 711); Green value is 219 (85.94% from 255 or 30.80% from 711); Blue value is 237 (92.97% from 255 or 33.33% from 711); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDBED is #002412. Grayscale: #E7E7E7. Windows color (decimal): -9235 or 15588351. OLE color: 15588351.
HSL color Cylindrical-coordinate representation of color #FFDBED: hue angle of 330º 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 #FFDBED is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 219 | 237 | - |
CMYK | 0 | 0.14 | 0.07 | 0 |
HSL | 330º | 1% | 0.93% | - |
HSV(B) | 330º | 0.14% | 1% | - |
XYZ | 81.86 | 78.04 | 90.87 | - |
YUV | 231.82 | 130.93 | 144.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 219 | 237 | 0 | 0.14 | 0.07 | 0 | 330 | 1 | 0.93 |
Hex | FF | DB | ED | 0 | E | 7 | 0 | 14A | 64 | 5D |
Octal | 377 | 333 | 355 | 0 | 16 | 7 | 0 | 512 | 144 | 135 |
Binary | 11111111 | 11011011 | 11101101 | 0 | 1110 | 111 | 0 | 101001010 | 1100100 | 1011101 |
Color Harmonies of #FFDBED
Complementary color
Monochromatic Colors of #FFDBED
Black with #FFDBED
Text Example
Text Example
White with #FFDBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDBED; }
p { color: rgb(255,219,237); }
H1.HeaderClassName
{
color: #FFDBED;
}
.AnyTagClassName
{
color: #FFDBED;
}
</style>
background-color css
<style>
a { background-color: #FFDBED; }
a { background-color: rgb(255,219,237); }
div.DivClassName
{
background-color: #FFDBED;
}
.BgClassName
{
background-color: #FFDBED;
}
</style>
border-color css
<style>
span { border-color: #FFDBED; }
span { border-color: rgb(255,219,237); }
td.TdClassName
{
border-color: #FFDBED;
}
.TagClassName
{
border-color: #FFDBED;
}
</style>