Shades of Karry #FBDDCB
Tints of Karry #FBDDCB
RGB
CMYK
RGB Variations
Color information
#FBDDCB (or 0xFBDDCB) is known color: Karry. HEX triplet: FB, DD and CB. RGB value is (251,221,203). Sum of RGB (Red+Green+Blue) = 251+221+203=675 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.19% from 675); Green value is 221 (86.72% from 255 or 32.74% from 675); Blue value is 203 (79.69% from 255 or 30.07% from 675); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDDCB is #042234. Grayscale: #E4E4E4. Windows color (decimal): -270901 or 13360635. OLE color: 13360635.
HSL color Cylindrical-coordinate representation of color #FBDDCB: hue angle of 22.5º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBDDCB is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 203 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.02 |
| HSL | 22.5º | 0.86% | 0.89% | - |
| HSV(B) | 22.5º | 0.19% | 0.98% | - |
| XYZ | 76.42 | 76.53 | 67.24 | - |
| YUV | 227.92 | 113.94 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 203 | 0 | 0.12 | 0.19 | 0.02 | 22.5 | 0.86 | 0.89 |
| Hex | FB | DD | CB | 0 | C | 13 | 2 | 16 | 56 | 59 |
| Octal | 373 | 335 | 313 | 0 | 14 | 23 | 2 | 26 | 126 | 131 |
| Binary | 11111011 | 11011101 | 11001011 | 0 | 1100 | 10011 | 10 | 10110 | 1010110 | 1011001 |
Color Harmonies of #FBDDCB
Complementary color
Monochromatic Colors of #FBDDCB
Black with #FBDDCB
Text Example
Text Example
White with #FBDDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDDCB; }
p { color: rgb(251,221,203); }
H1.HeaderClassName
{
color: #FBDDCB;
}
.AnyTagClassName
{
color: #FBDDCB;
}
</style>
background-color css
<style>
a { background-color: #FBDDCB; }
a { background-color: rgb(251,221,203); }
div.DivClassName
{
background-color: #FBDDCB;
}
.BgClassName
{
background-color: #FBDDCB;
}
</style>
border-color css
<style>
span { border-color: #FBDDCB; }
span { border-color: rgb(251,221,203); }
td.TdClassName
{
border-color: #FBDDCB;
}
.TagClassName
{
border-color: #FBDDCB;
}
</style>