Shades of Pig Pink #FFDBE5
Tints of Pig Pink #FFDBE5
RGB
CMYK
RGB Variations
Color information
#FFDBE5 (or 0xFFDBE5) is known color: Pig Pink. HEX triplet: FF, DB and E5. RGB value is (255,219,229). Sum of RGB (Red+Green+Blue) = 255+219+229=703 (93% of max value = 765). Red value is 255 (100% from 255 or 36.27% from 703); Green value is 219 (85.94% from 255 or 31.15% from 703); Blue value is 229 (89.84% from 255 or 32.57% from 703); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDBE5 is #00241A. Grayscale: #E6E6E6. Windows color (decimal): -9243 or 15064063. OLE color: 15064063.
HSL color Cylindrical-coordinate representation of color #FFDBE5: hue angle of 343.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 #FFDBE5 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 219 | 229 | - |
CMYK | 0 | 0.14 | 0.10 | 0 |
HSL | 343.33º | 1% | 0.93% | - |
HSV(B) | 343.33º | 0.14% | 1% | - |
XYZ | 80.71 | 77.58 | 84.85 | - |
YUV | 230.9 | 126.93 | 145.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 219 | 229 | 0 | 0.14 | 0.10 | 0 | 343.33 | 1 | 0.93 |
Hex | FF | DB | E5 | 0 | E | A | 0 | 157 | 64 | 5D |
Octal | 377 | 333 | 345 | 0 | 16 | 12 | 0 | 527 | 144 | 135 |
Binary | 11111111 | 11011011 | 11100101 | 0 | 1110 | 1010 | 0 | 101010111 | 1100100 | 1011101 |
Color Harmonies of #FFDBE5
Complementary color
Monochromatic Colors of #FFDBE5
Black with #FFDBE5
Text Example
Text Example
White with #FFDBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDBE5; }
p { color: rgb(255,219,229); }
H1.HeaderClassName
{
color: #FFDBE5;
}
.AnyTagClassName
{
color: #FFDBE5;
}
</style>
background-color css
<style>
a { background-color: #FFDBE5; }
a { background-color: rgb(255,219,229); }
div.DivClassName
{
background-color: #FFDBE5;
}
.BgClassName
{
background-color: #FFDBE5;
}
</style>
border-color css
<style>
span { border-color: #FFDBE5; }
span { border-color: rgb(255,219,229); }
td.TdClassName
{
border-color: #FFDBE5;
}
.TagClassName
{
border-color: #FFDBE5;
}
</style>