Shades of Karry #FBDDC1
Tints of Karry #FBDDC1
RGB
CMYK
RGB Variations
Color information
#FBDDC1 (or 0xFBDDC1) is known color: Karry. HEX triplet: FB, DD and C1. RGB value is (251,221,193). Sum of RGB (Red+Green+Blue) = 251+221+193=665 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.74% from 665); Green value is 221 (86.72% from 255 or 33.23% from 665); Blue value is 193 (75.78% from 255 or 29.02% from 665); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDDC1 is #04223E. Grayscale: #E2E2E2. Windows color (decimal): -270911 or 12705275. OLE color: 12705275.
HSL color Cylindrical-coordinate representation of color #FBDDC1: hue angle of 28.97º 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 #FBDDC1 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 193 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.02 |
| HSL | 28.97º | 0.88% | 0.87% | - |
| HSV(B) | 28.97º | 0.23% | 0.98% | - |
| XYZ | 75.27 | 76.07 | 61.17 | - |
| YUV | 226.78 | 108.94 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 193 | 0 | 0.12 | 0.23 | 0.02 | 28.97 | 0.88 | 0.87 |
| Hex | FB | DD | C1 | 0 | C | 17 | 2 | 1D | 58 | 57 |
| Octal | 373 | 335 | 301 | 0 | 14 | 27 | 2 | 35 | 130 | 127 |
| Binary | 11111011 | 11011101 | 11000001 | 0 | 1100 | 10111 | 10 | 11101 | 1011000 | 1010111 |
Color Harmonies of #FBDDC1
Complementary color
Monochromatic Colors of #FBDDC1
Black with #FBDDC1
Text Example
Text Example
White with #FBDDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDDC1; }
p { color: rgb(251,221,193); }
H1.HeaderClassName
{
color: #FBDDC1;
}
.AnyTagClassName
{
color: #FBDDC1;
}
</style>
background-color css
<style>
a { background-color: #FBDDC1; }
a { background-color: rgb(251,221,193); }
div.DivClassName
{
background-color: #FBDDC1;
}
.BgClassName
{
background-color: #FBDDC1;
}
</style>
border-color css
<style>
span { border-color: #FBDDC1; }
span { border-color: rgb(251,221,193); }
td.TdClassName
{
border-color: #FBDDC1;
}
.TagClassName
{
border-color: #FBDDC1;
}
</style>