Shades of Karry #FBDDC9
Tints of Karry #FBDDC9
RGB
CMYK
RGB Variations
Color information
#FBDDC9 (or 0xFBDDC9) is known color: Karry. HEX triplet: FB, DD and C9. RGB value is (251,221,201). Sum of RGB (Red+Green+Blue) = 251+221+201=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 221 (86.72% from 255 or 32.84% from 673); Blue value is 201 (78.91% from 255 or 29.87% from 673); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDDC9 is #042236. Grayscale: #E3E3E3. Windows color (decimal): -270903 or 13229563. OLE color: 13229563.
HSL color Cylindrical-coordinate representation of color #FBDDC9: hue angle of 24º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBDDC9 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 201 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.02 |
| HSL | 24º | 0.86% | 0.89% | - |
| HSV(B) | 24º | 0.2% | 0.98% | - |
| XYZ | 76.18 | 76.44 | 66 | - |
| YUV | 227.69 | 112.94 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 201 | 0 | 0.12 | 0.20 | 0.02 | 24 | 0.86 | 0.89 |
| Hex | FB | DD | C9 | 0 | C | 14 | 2 | 18 | 56 | 59 |
| Octal | 373 | 335 | 311 | 0 | 14 | 24 | 2 | 30 | 126 | 131 |
| Binary | 11111011 | 11011101 | 11001001 | 0 | 1100 | 10100 | 10 | 11000 | 1010110 | 1011001 |
Color Harmonies of #FBDDC9
Complementary color
Monochromatic Colors of #FBDDC9
Black with #FBDDC9
Text Example
Text Example
White with #FBDDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDDC9; }
p { color: rgb(251,221,201); }
H1.HeaderClassName
{
color: #FBDDC9;
}
.AnyTagClassName
{
color: #FBDDC9;
}
</style>
background-color css
<style>
a { background-color: #FBDDC9; }
a { background-color: rgb(251,221,201); }
div.DivClassName
{
background-color: #FBDDC9;
}
.BgClassName
{
background-color: #FBDDC9;
}
</style>
border-color css
<style>
span { border-color: #FBDDC9; }
span { border-color: rgb(251,221,201); }
td.TdClassName
{
border-color: #FBDDC9;
}
.TagClassName
{
border-color: #FBDDC9;
}
</style>