Shades of Karry #FBDCC9
Tints of Karry #FBDCC9
RGB
CMYK
RGB Variations
Color information
#FBDCC9 (or 0xFBDCC9) is known color: Karry. HEX triplet: FB, DC and C9. RGB value is (251,220,201). Sum of RGB (Red+Green+Blue) = 251+220+201=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 220 (86.33% from 255 or 32.74% from 672); Blue value is 201 (78.91% from 255 or 29.91% from 672); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDCC9 is #042336. Grayscale: #E3E3E3. Windows color (decimal): -271159 or 13229307. OLE color: 13229307.
HSL color Cylindrical-coordinate representation of color #FBDCC9: hue angle of 22.8º 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 #FBDCC9 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 201 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.02 |
| HSL | 22.8º | 0.86% | 0.89% | - |
| HSV(B) | 22.8º | 0.2% | 0.98% | - |
| XYZ | 75.92 | 75.91 | 65.91 | - |
| YUV | 227.1 | 113.27 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 201 | 0 | 0.12 | 0.20 | 0.02 | 22.8 | 0.86 | 0.89 |
| Hex | FB | DC | C9 | 0 | C | 14 | 2 | 17 | 56 | 59 |
| Octal | 373 | 334 | 311 | 0 | 14 | 24 | 2 | 27 | 126 | 131 |
| Binary | 11111011 | 11011100 | 11001001 | 0 | 1100 | 10100 | 10 | 10111 | 1010110 | 1011001 |
Color Harmonies of #FBDCC9
Complementary color
Monochromatic Colors of #FBDCC9
Black with #FBDCC9
Text Example
Text Example
White with #FBDCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDCC9; }
p { color: rgb(251,220,201); }
H1.HeaderClassName
{
color: #FBDCC9;
}
.AnyTagClassName
{
color: #FBDCC9;
}
</style>
background-color css
<style>
a { background-color: #FBDCC9; }
a { background-color: rgb(251,220,201); }
div.DivClassName
{
background-color: #FBDCC9;
}
.BgClassName
{
background-color: #FBDCC9;
}
</style>
border-color css
<style>
span { border-color: #FBDCC9; }
span { border-color: rgb(251,220,201); }
td.TdClassName
{
border-color: #FBDCC9;
}
.TagClassName
{
border-color: #FBDCC9;
}
</style>