Shades of Karry #FBDAC5
Tints of Karry #FBDAC5
RGB
CMYK
RGB Variations
Color information
#FBDAC5 (or 0xFBDAC5) is known color: Karry. HEX triplet: FB, DA and C5. RGB value is (251,218,197). Sum of RGB (Red+Green+Blue) = 251+218+197=666 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.69% from 666); Green value is 218 (85.55% from 255 or 32.73% from 666); Blue value is 197 (77.34% from 255 or 29.58% from 666); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDAC5 is #04253A. Grayscale: #E1E1E1. Windows color (decimal): -271675 or 12966651. OLE color: 12966651.
HSL color Cylindrical-coordinate representation of color #FBDAC5: hue angle of 23.33º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FBDAC5 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 218 | 197 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.02 |
| HSL | 23.33º | 0.87% | 0.88% | - |
| HSV(B) | 23.33º | 0.22% | 0.98% | - |
| XYZ | 74.93 | 74.68 | 63.29 | - |
| YUV | 225.47 | 111.93 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 218 | 197 | 0 | 0.13 | 0.22 | 0.02 | 23.33 | 0.87 | 0.88 |
| Hex | FB | DA | C5 | 0 | D | 16 | 2 | 17 | 57 | 58 |
| Octal | 373 | 332 | 305 | 0 | 15 | 26 | 2 | 27 | 127 | 130 |
| Binary | 11111011 | 11011010 | 11000101 | 0 | 1101 | 10110 | 10 | 10111 | 1010111 | 1011000 |
Color Harmonies of #FBDAC5
Complementary color
Monochromatic Colors of #FBDAC5
Black with #FBDAC5
Text Example
Text Example
White with #FBDAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDAC5; }
p { color: rgb(251,218,197); }
H1.HeaderClassName
{
color: #FBDAC5;
}
.AnyTagClassName
{
color: #FBDAC5;
}
</style>
background-color css
<style>
a { background-color: #FBDAC5; }
a { background-color: rgb(251,218,197); }
div.DivClassName
{
background-color: #FBDAC5;
}
.BgClassName
{
background-color: #FBDAC5;
}
</style>
border-color css
<style>
span { border-color: #FBDAC5; }
span { border-color: rgb(251,218,197); }
td.TdClassName
{
border-color: #FBDAC5;
}
.TagClassName
{
border-color: #FBDAC5;
}
</style>