Shades of Karry #FBD8BE
Tints of Karry #FBD8BE
RGB
CMYK
RGB Variations
Color information
#FBD8BE (or 0xFBD8BE) is known color: Karry. HEX triplet: FB, D8 and BE. RGB value is (251,216,190). Sum of RGB (Red+Green+Blue) = 251+216+190=657 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.20% from 657); Green value is 216 (84.77% from 255 or 32.88% from 657); Blue value is 190 (74.61% from 255 or 28.92% from 657); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD8BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD8BE is #042741. Grayscale: #DFDFDF. Windows color (decimal): -272194 or 12507387. OLE color: 12507387.
HSL color Cylindrical-coordinate representation of color #FBD8BE: hue angle of 25.57º 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 #FBD8BE is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 216 | 190 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.02 |
| HSL | 25.57º | 0.88% | 0.86% | - |
| HSV(B) | 25.57º | 0.24% | 0.98% | - |
| XYZ | 73.63 | 73.34 | 58.99 | - |
| YUV | 223.5 | 109.1 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 216 | 190 | 0 | 0.14 | 0.24 | 0.02 | 25.57 | 0.88 | 0.86 |
| Hex | FB | D8 | BE | 0 | E | 18 | 2 | 1A | 58 | 56 |
| Octal | 373 | 330 | 276 | 0 | 16 | 30 | 2 | 32 | 130 | 126 |
| Binary | 11111011 | 11011000 | 10111110 | 0 | 1110 | 11000 | 10 | 11010 | 1011000 | 1010110 |
Color Harmonies of #FBD8BE
Complementary color
Monochromatic Colors of #FBD8BE
Black with #FBD8BE
Text Example
Text Example
White with #FBD8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD8BE; }
p { color: rgb(251,216,190); }
H1.HeaderClassName
{
color: #FBD8BE;
}
.AnyTagClassName
{
color: #FBD8BE;
}
</style>
background-color css
<style>
a { background-color: #FBD8BE; }
a { background-color: rgb(251,216,190); }
div.DivClassName
{
background-color: #FBD8BE;
}
.BgClassName
{
background-color: #FBD8BE;
}
</style>
border-color css
<style>
span { border-color: #FBD8BE; }
span { border-color: rgb(251,216,190); }
td.TdClassName
{
border-color: #FBD8BE;
}
.TagClassName
{
border-color: #FBD8BE;
}
</style>