Shades of Karry #FBDDC4
Tints of Karry #FBDDC4
RGB
CMYK
RGB Variations
Color information
#FBDDC4 (or 0xFBDDC4) is known color: Karry. HEX triplet: FB, DD and C4. RGB value is (251,221,196). Sum of RGB (Red+Green+Blue) = 251+221+196=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 196 (76.95% from 255 or 29.34% from 668); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDDC4 is #04223B. Grayscale: #E3E3E3. Windows color (decimal): -270908 or 12901883. OLE color: 12901883.
HSL color Cylindrical-coordinate representation of color #FBDDC4: hue angle of 27.27º 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 #FBDDC4 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 196 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.02 |
| HSL | 27.27º | 0.87% | 0.88% | - |
| HSV(B) | 27.27º | 0.22% | 0.98% | - |
| XYZ | 75.6 | 76.21 | 62.95 | - |
| YUV | 227.12 | 110.44 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 196 | 0 | 0.12 | 0.22 | 0.02 | 27.27 | 0.87 | 0.88 |
| Hex | FB | DD | C4 | 0 | C | 16 | 2 | 1B | 57 | 58 |
| Octal | 373 | 335 | 304 | 0 | 14 | 26 | 2 | 33 | 127 | 130 |
| Binary | 11111011 | 11011101 | 11000100 | 0 | 1100 | 10110 | 10 | 11011 | 1010111 | 1011000 |
Color Harmonies of #FBDDC4
Complementary color
Monochromatic Colors of #FBDDC4
Black with #FBDDC4
Text Example
Text Example
White with #FBDDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDDC4; }
p { color: rgb(251,221,196); }
H1.HeaderClassName
{
color: #FBDDC4;
}
.AnyTagClassName
{
color: #FBDDC4;
}
</style>
background-color css
<style>
a { background-color: #FBDDC4; }
a { background-color: rgb(251,221,196); }
div.DivClassName
{
background-color: #FBDDC4;
}
.BgClassName
{
background-color: #FBDDC4;
}
</style>
border-color css
<style>
span { border-color: #FBDDC4; }
span { border-color: rgb(251,221,196); }
td.TdClassName
{
border-color: #FBDDC4;
}
.TagClassName
{
border-color: #FBDDC4;
}
</style>