Shades of Karry #FBD8C1
Tints of Karry #FBD8C1
RGB
CMYK
RGB Variations
Color information
#FBD8C1 (or 0xFBD8C1) is known color: Karry. HEX triplet: FB, D8 and C1. RGB value is (251,216,193). Sum of RGB (Red+Green+Blue) = 251+216+193=660 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.03% from 660); Green value is 216 (84.77% from 255 or 32.73% from 660); Blue value is 193 (75.78% from 255 or 29.24% from 660); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD8C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD8C1 is #04273E. Grayscale: #DFDFDF. Windows color (decimal): -272191 or 12703995. OLE color: 12703995.
HSL color Cylindrical-coordinate representation of color #FBD8C1: hue angle of 23.79º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FBD8C1 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 216 | 193 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.02 |
| HSL | 23.79º | 0.88% | 0.87% | - |
| HSV(B) | 23.79º | 0.23% | 0.98% | - |
| XYZ | 73.97 | 73.47 | 60.74 | - |
| YUV | 223.84 | 110.6 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 216 | 193 | 0 | 0.14 | 0.23 | 0.02 | 23.79 | 0.88 | 0.87 |
| Hex | FB | D8 | C1 | 0 | E | 17 | 2 | 18 | 58 | 57 |
| Octal | 373 | 330 | 301 | 0 | 16 | 27 | 2 | 30 | 130 | 127 |
| Binary | 11111011 | 11011000 | 11000001 | 0 | 1110 | 10111 | 10 | 11000 | 1011000 | 1010111 |
Color Harmonies of #FBD8C1
Complementary color
Monochromatic Colors of #FBD8C1
Black with #FBD8C1
Text Example
Text Example
White with #FBD8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD8C1; }
p { color: rgb(251,216,193); }
H1.HeaderClassName
{
color: #FBD8C1;
}
.AnyTagClassName
{
color: #FBD8C1;
}
</style>
background-color css
<style>
a { background-color: #FBD8C1; }
a { background-color: rgb(251,216,193); }
div.DivClassName
{
background-color: #FBD8C1;
}
.BgClassName
{
background-color: #FBD8C1;
}
</style>
border-color css
<style>
span { border-color: #FBD8C1; }
span { border-color: rgb(251,216,193); }
td.TdClassName
{
border-color: #FBD8C1;
}
.TagClassName
{
border-color: #FBD8C1;
}
</style>