Shades of Karry #FBDBBE
Tints of Karry #FBDBBE
RGB
CMYK
RGB Variations
Color information
#FBDBBE (or 0xFBDBBE) is known color: Karry. HEX triplet: FB, DB and BE. RGB value is (251,219,190). Sum of RGB (Red+Green+Blue) = 251+219+190=660 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.03% from 660); Green value is 219 (85.94% from 255 or 33.18% from 660); Blue value is 190 (74.61% from 255 or 28.79% from 660); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDBBE is #042441. Grayscale: #E1E1E1. Windows color (decimal): -271426 or 12508155. OLE color: 12508155.
HSL color Cylindrical-coordinate representation of color #FBDBBE: hue angle of 28.52º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBDBBE is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 190 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.02 |
| HSL | 28.52º | 0.88% | 0.86% | - |
| HSV(B) | 28.52º | 0.24% | 0.98% | - |
| XYZ | 74.41 | 74.89 | 59.25 | - |
| YUV | 225.26 | 108.1 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 190 | 0 | 0.13 | 0.24 | 0.02 | 28.52 | 0.88 | 0.86 |
| Hex | FB | DB | BE | 0 | D | 18 | 2 | 1D | 58 | 56 |
| Octal | 373 | 333 | 276 | 0 | 15 | 30 | 2 | 35 | 130 | 126 |
| Binary | 11111011 | 11011011 | 10111110 | 0 | 1101 | 11000 | 10 | 11101 | 1011000 | 1010110 |
Color Harmonies of #FBDBBE
Complementary color
Monochromatic Colors of #FBDBBE
Black with #FBDBBE
Text Example
Text Example
White with #FBDBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDBBE; }
p { color: rgb(251,219,190); }
H1.HeaderClassName
{
color: #FBDBBE;
}
.AnyTagClassName
{
color: #FBDBBE;
}
</style>
background-color css
<style>
a { background-color: #FBDBBE; }
a { background-color: rgb(251,219,190); }
div.DivClassName
{
background-color: #FBDBBE;
}
.BgClassName
{
background-color: #FBDBBE;
}
</style>
border-color css
<style>
span { border-color: #FBDBBE; }
span { border-color: rgb(251,219,190); }
td.TdClassName
{
border-color: #FBDBBE;
}
.TagClassName
{
border-color: #FBDBBE;
}
</style>