Shades of Karry #FBDFC6
Tints of Karry #FBDFC6
RGB
CMYK
RGB Variations
Color information
#FBDFC6 (or 0xFBDFC6) is known color: Karry. HEX triplet: FB, DF and C6. RGB value is (251,223,198). Sum of RGB (Red+Green+Blue) = 251+223+198=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 223 (87.5% from 255 or 33.18% from 672); Blue value is 198 (77.73% from 255 or 29.46% from 672); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDFC6 is #042039. Grayscale: #E4E4E4. Windows color (decimal): -270394 or 13033467. OLE color: 13033467.
HSL color Cylindrical-coordinate representation of color #FBDFC6: hue angle of 28.3º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FBDFC6 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 198 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.02 |
| HSL | 28.3º | 0.87% | 0.88% | - |
| HSV(B) | 28.3º | 0.21% | 0.98% | - |
| XYZ | 76.36 | 77.36 | 64.33 | - |
| YUV | 228.52 | 110.78 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 198 | 0 | 0.11 | 0.21 | 0.02 | 28.3 | 0.87 | 0.88 |
| Hex | FB | DF | C6 | 0 | B | 15 | 2 | 1C | 57 | 58 |
| Octal | 373 | 337 | 306 | 0 | 13 | 25 | 2 | 34 | 127 | 130 |
| Binary | 11111011 | 11011111 | 11000110 | 0 | 1011 | 10101 | 10 | 11100 | 1010111 | 1011000 |
Color Harmonies of #FBDFC6
Complementary color
Monochromatic Colors of #FBDFC6
Black with #FBDFC6
Text Example
Text Example
White with #FBDFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDFC6; }
p { color: rgb(251,223,198); }
H1.HeaderClassName
{
color: #FBDFC6;
}
.AnyTagClassName
{
color: #FBDFC6;
}
</style>
background-color css
<style>
a { background-color: #FBDFC6; }
a { background-color: rgb(251,223,198); }
div.DivClassName
{
background-color: #FBDFC6;
}
.BgClassName
{
background-color: #FBDFC6;
}
</style>
border-color css
<style>
span { border-color: #FBDFC6; }
span { border-color: rgb(251,223,198); }
td.TdClassName
{
border-color: #FBDFC6;
}
.TagClassName
{
border-color: #FBDFC6;
}
</style>