Shades of Karry #FBDFCD
Tints of Karry #FBDFCD
RGB
CMYK
RGB Variations
Color information
#FBDFCD (or 0xFBDFCD) is known color: Karry. HEX triplet: FB, DF and CD. RGB value is (251,223,205). Sum of RGB (Red+Green+Blue) = 251+223+205=679 (89% of max value = 765). Red value is 251 (98.44% from 255 or 36.97% from 679); Green value is 223 (87.5% from 255 or 32.84% from 679); Blue value is 205 (80.47% from 255 or 30.19% from 679); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDFCD is #042032. Grayscale: #E5E5E5. Windows color (decimal): -270387 or 13492219. OLE color: 13492219.
HSL color Cylindrical-coordinate representation of color #FBDFCD: hue angle of 23.48º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBDFCD is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 205 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.02 |
| HSL | 23.48º | 0.85% | 0.89% | - |
| HSV(B) | 23.48º | 0.18% | 0.98% | - |
| XYZ | 77.19 | 77.69 | 68.69 | - |
| YUV | 229.32 | 114.28 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 205 | 0 | 0.11 | 0.18 | 0.02 | 23.48 | 0.85 | 0.89 |
| Hex | FB | DF | CD | 0 | B | 12 | 2 | 17 | 55 | 59 |
| Octal | 373 | 337 | 315 | 0 | 13 | 22 | 2 | 27 | 125 | 131 |
| Binary | 11111011 | 11011111 | 11001101 | 0 | 1011 | 10010 | 10 | 10111 | 1010101 | 1011001 |
Color Harmonies of #FBDFCD
Complementary color
Monochromatic Colors of #FBDFCD
Black with #FBDFCD
Text Example
Text Example
White with #FBDFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDFCD; }
p { color: rgb(251,223,205); }
H1.HeaderClassName
{
color: #FBDFCD;
}
.AnyTagClassName
{
color: #FBDFCD;
}
</style>
background-color css
<style>
a { background-color: #FBDFCD; }
a { background-color: rgb(251,223,205); }
div.DivClassName
{
background-color: #FBDFCD;
}
.BgClassName
{
background-color: #FBDFCD;
}
</style>
border-color css
<style>
span { border-color: #FBDFCD; }
span { border-color: rgb(251,223,205); }
td.TdClassName
{
border-color: #FBDFCD;
}
.TagClassName
{
border-color: #FBDFCD;
}
</style>