Shades of Karry #FBDFCB
Tints of Karry #FBDFCB
RGB
CMYK
RGB Variations
Color information
#FBDFCB (or 0xFBDFCB) is known color: Karry. HEX triplet: FB, DF and CB. RGB value is (251,223,203). Sum of RGB (Red+Green+Blue) = 251+223+203=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 223 (87.5% from 255 or 32.94% from 677); Blue value is 203 (79.69% from 255 or 29.99% from 677); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDFCB is #042034. Grayscale: #E5E5E5. Windows color (decimal): -270389 or 13361147. OLE color: 13361147.
HSL color Cylindrical-coordinate representation of color #FBDFCB: hue angle of 25º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBDFCB is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 203 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.02 |
| HSL | 25º | 0.86% | 0.89% | - |
| HSV(B) | 25º | 0.19% | 0.98% | - |
| XYZ | 76.95 | 77.6 | 67.42 | - |
| YUV | 229.09 | 113.28 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 203 | 0 | 0.11 | 0.19 | 0.02 | 25 | 0.86 | 0.89 |
| Hex | FB | DF | CB | 0 | B | 13 | 2 | 19 | 56 | 59 |
| Octal | 373 | 337 | 313 | 0 | 13 | 23 | 2 | 31 | 126 | 131 |
| Binary | 11111011 | 11011111 | 11001011 | 0 | 1011 | 10011 | 10 | 11001 | 1010110 | 1011001 |
Color Harmonies of #FBDFCB
Complementary color
Monochromatic Colors of #FBDFCB
Black with #FBDFCB
Text Example
Text Example
White with #FBDFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDFCB; }
p { color: rgb(251,223,203); }
H1.HeaderClassName
{
color: #FBDFCB;
}
.AnyTagClassName
{
color: #FBDFCB;
}
</style>
background-color css
<style>
a { background-color: #FBDFCB; }
a { background-color: rgb(251,223,203); }
div.DivClassName
{
background-color: #FBDFCB;
}
.BgClassName
{
background-color: #FBDFCB;
}
</style>
border-color css
<style>
span { border-color: #FBDFCB; }
span { border-color: rgb(251,223,203); }
td.TdClassName
{
border-color: #FBDFCB;
}
.TagClassName
{
border-color: #FBDFCB;
}
</style>