Shades of Karry #FBDDC6
Tints of Karry #FBDDC6
RGB
CMYK
RGB Variations
Color information
#FBDDC6 (or 0xFBDDC6) is known color: Karry. HEX triplet: FB, DD and C6. RGB value is (251,221,198). Sum of RGB (Red+Green+Blue) = 251+221+198=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 221 (86.72% from 255 or 32.99% from 670); Blue value is 198 (77.73% from 255 or 29.55% from 670); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDDC6 is #042239. Grayscale: #E3E3E3. Windows color (decimal): -270906 or 13032955. OLE color: 13032955.
HSL color Cylindrical-coordinate representation of color #FBDDC6: hue angle of 26.04º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FBDDC6 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 198 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.02 |
| HSL | 26.04º | 0.87% | 0.88% | - |
| HSV(B) | 26.04º | 0.21% | 0.98% | - |
| XYZ | 75.83 | 76.3 | 64.16 | - |
| YUV | 227.35 | 111.44 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 198 | 0 | 0.12 | 0.21 | 0.02 | 26.04 | 0.87 | 0.88 |
| Hex | FB | DD | C6 | 0 | C | 15 | 2 | 1A | 57 | 58 |
| Octal | 373 | 335 | 306 | 0 | 14 | 25 | 2 | 32 | 127 | 130 |
| Binary | 11111011 | 11011101 | 11000110 | 0 | 1100 | 10101 | 10 | 11010 | 1010111 | 1011000 |
Color Harmonies of #FBDDC6
Complementary color
Monochromatic Colors of #FBDDC6
Black with #FBDDC6
Text Example
Text Example
White with #FBDDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDDC6; }
p { color: rgb(251,221,198); }
H1.HeaderClassName
{
color: #FBDDC6;
}
.AnyTagClassName
{
color: #FBDDC6;
}
</style>
background-color css
<style>
a { background-color: #FBDDC6; }
a { background-color: rgb(251,221,198); }
div.DivClassName
{
background-color: #FBDDC6;
}
.BgClassName
{
background-color: #FBDDC6;
}
</style>
border-color css
<style>
span { border-color: #FBDDC6; }
span { border-color: rgb(251,221,198); }
td.TdClassName
{
border-color: #FBDDC6;
}
.TagClassName
{
border-color: #FBDDC6;
}
</style>