Shades of Karry #FBDFC7
Tints of Karry #FBDFC7
RGB
CMYK
RGB Variations
Color information
#FBDFC7 (or 0xFBDFC7) is known color: Karry. HEX triplet: FB, DF and C7. RGB value is (251,223,199). Sum of RGB (Red+Green+Blue) = 251+223+199=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 223 (87.5% from 255 or 33.14% from 673); Blue value is 199 (78.12% from 255 or 29.57% from 673); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDFC7 is #042038. Grayscale: #E4E4E4. Windows color (decimal): -270393 or 13099003. OLE color: 13099003.
HSL color Cylindrical-coordinate representation of color #FBDFC7: hue angle of 27.69º 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 #FBDFC7 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 199 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.02 |
| HSL | 27.69º | 0.87% | 0.88% | - |
| HSV(B) | 27.69º | 0.21% | 0.98% | - |
| XYZ | 76.48 | 77.41 | 64.94 | - |
| YUV | 228.64 | 111.28 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 199 | 0 | 0.11 | 0.21 | 0.02 | 27.69 | 0.87 | 0.88 |
| Hex | FB | DF | C7 | 0 | B | 15 | 2 | 1C | 57 | 58 |
| Octal | 373 | 337 | 307 | 0 | 13 | 25 | 2 | 34 | 127 | 130 |
| Binary | 11111011 | 11011111 | 11000111 | 0 | 1011 | 10101 | 10 | 11100 | 1010111 | 1011000 |
Color Harmonies of #FBDFC7
Complementary color
Monochromatic Colors of #FBDFC7
Black with #FBDFC7
Text Example
Text Example
White with #FBDFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDFC7; }
p { color: rgb(251,223,199); }
H1.HeaderClassName
{
color: #FBDFC7;
}
.AnyTagClassName
{
color: #FBDFC7;
}
</style>
background-color css
<style>
a { background-color: #FBDFC7; }
a { background-color: rgb(251,223,199); }
div.DivClassName
{
background-color: #FBDFC7;
}
.BgClassName
{
background-color: #FBDFC7;
}
</style>
border-color css
<style>
span { border-color: #FBDFC7; }
span { border-color: rgb(251,223,199); }
td.TdClassName
{
border-color: #FBDFC7;
}
.TagClassName
{
border-color: #FBDFC7;
}
</style>