Shades of Karry #FBDAC0
Tints of Karry #FBDAC0
RGB
CMYK
RGB Variations
Color information
#FBDAC0 (or 0xFBDAC0) is known color: Karry. HEX triplet: FB, DA and C0. RGB value is (251,218,192). Sum of RGB (Red+Green+Blue) = 251+218+192=661 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.97% from 661); Green value is 218 (85.55% from 255 or 32.98% from 661); Blue value is 192 (75.39% from 255 or 29.05% from 661); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDAC0 is #04253F. Grayscale: #E1E1E1. Windows color (decimal): -271680 or 12638971. OLE color: 12638971.
HSL color Cylindrical-coordinate representation of color #FBDAC0: hue angle of 26.44º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBDAC0 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 218 | 192 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.02 |
| HSL | 26.44º | 0.88% | 0.87% | - |
| HSV(B) | 26.44º | 0.24% | 0.98% | - |
| XYZ | 74.37 | 74.46 | 60.32 | - |
| YUV | 224.9 | 109.43 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 218 | 192 | 0 | 0.13 | 0.24 | 0.02 | 26.44 | 0.88 | 0.87 |
| Hex | FB | DA | C0 | 0 | D | 18 | 2 | 1A | 58 | 57 |
| Octal | 373 | 332 | 300 | 0 | 15 | 30 | 2 | 32 | 130 | 127 |
| Binary | 11111011 | 11011010 | 11000000 | 0 | 1101 | 11000 | 10 | 11010 | 1011000 | 1010111 |
Color Harmonies of #FBDAC0
Complementary color
Monochromatic Colors of #FBDAC0
Black with #FBDAC0
Text Example
Text Example
White with #FBDAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDAC0; }
p { color: rgb(251,218,192); }
H1.HeaderClassName
{
color: #FBDAC0;
}
.AnyTagClassName
{
color: #FBDAC0;
}
</style>
background-color css
<style>
a { background-color: #FBDAC0; }
a { background-color: rgb(251,218,192); }
div.DivClassName
{
background-color: #FBDAC0;
}
.BgClassName
{
background-color: #FBDAC0;
}
</style>
border-color css
<style>
span { border-color: #FBDAC0; }
span { border-color: rgb(251,218,192); }
td.TdClassName
{
border-color: #FBDAC0;
}
.TagClassName
{
border-color: #FBDAC0;
}
</style>