Shades of Karry #FFDBBD
Tints of Karry #FFDBBD
RGB
CMYK
RGB Variations
Color information
#FFDBBD (or 0xFFDBBD) is known color: Karry. HEX triplet: FF, DB and BD. RGB value is (255,219,189). Sum of RGB (Red+Green+Blue) = 255+219+189=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 219 (85.94% from 255 or 33.03% from 663); Blue value is 189 (74.22% from 255 or 28.51% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDBBD is #002442. Grayscale: #E2E2E2. Windows color (decimal): -9283 or 12442623. OLE color: 12442623.
HSL color Cylindrical-coordinate representation of color #FFDBBD: hue angle of 27.27º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFDBBD is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 189 | - |
| CMYK | 0 | 0.14 | 0.26 | 0 |
| HSL | 27.27º | 1% | 0.87% | - |
| HSV(B) | 27.27º | 0.26% | 1% | - |
| XYZ | 75.76 | 75.6 | 58.74 | - |
| YUV | 226.34 | 106.93 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 189 | 0 | 0.14 | 0.26 | 0 | 27.27 | 1 | 0.87 |
| Hex | FF | DB | BD | 0 | E | 1A | 0 | 1B | 64 | 57 |
| Octal | 377 | 333 | 275 | 0 | 16 | 32 | 0 | 33 | 144 | 127 |
| Binary | 11111111 | 11011011 | 10111101 | 0 | 1110 | 11010 | 0 | 11011 | 1100100 | 1010111 |
Color Harmonies of #FFDBBD
Complementary color
Monochromatic Colors of #FFDBBD
Black with #FFDBBD
Text Example
Text Example
White with #FFDBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDBBD; }
p { color: rgb(255,219,189); }
H1.HeaderClassName
{
color: #FFDBBD;
}
.AnyTagClassName
{
color: #FFDBBD;
}
</style>
background-color css
<style>
a { background-color: #FFDBBD; }
a { background-color: rgb(255,219,189); }
div.DivClassName
{
background-color: #FFDBBD;
}
.BgClassName
{
background-color: #FFDBBD;
}
</style>
border-color css
<style>
span { border-color: #FFDBBD; }
span { border-color: rgb(255,219,189); }
td.TdClassName
{
border-color: #FFDBBD;
}
.TagClassName
{
border-color: #FFDBBD;
}
</style>