Shades of Karry #FBDFC5
Tints of Karry #FBDFC5
RGB
CMYK
RGB Variations
Color information
#FBDFC5 (or 0xFBDFC5) is known color: Karry. HEX triplet: FB, DF and C5. RGB value is (251,223,197). Sum of RGB (Red+Green+Blue) = 251+223+197=671 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.41% from 671); Green value is 223 (87.5% from 255 or 33.23% from 671); Blue value is 197 (77.34% from 255 or 29.36% from 671); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDFC5 is #04203A. Grayscale: #E4E4E4. Windows color (decimal): -270395 or 12967931. OLE color: 12967931.
HSL color Cylindrical-coordinate representation of color #FBDFC5: hue angle of 28.89º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FBDFC5 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 197 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.02 |
| HSL | 28.89º | 0.87% | 0.88% | - |
| HSV(B) | 28.89º | 0.22% | 0.98% | - |
| XYZ | 76.25 | 77.32 | 63.73 | - |
| YUV | 228.41 | 110.28 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 197 | 0 | 0.11 | 0.22 | 0.02 | 28.89 | 0.87 | 0.88 |
| Hex | FB | DF | C5 | 0 | B | 16 | 2 | 1D | 57 | 58 |
| Octal | 373 | 337 | 305 | 0 | 13 | 26 | 2 | 35 | 127 | 130 |
| Binary | 11111011 | 11011111 | 11000101 | 0 | 1011 | 10110 | 10 | 11101 | 1010111 | 1011000 |
Color Harmonies of #FBDFC5
Complementary color
Monochromatic Colors of #FBDFC5
Black with #FBDFC5
Text Example
Text Example
White with #FBDFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDFC5; }
p { color: rgb(251,223,197); }
H1.HeaderClassName
{
color: #FBDFC5;
}
.AnyTagClassName
{
color: #FBDFC5;
}
</style>
background-color css
<style>
a { background-color: #FBDFC5; }
a { background-color: rgb(251,223,197); }
div.DivClassName
{
background-color: #FBDFC5;
}
.BgClassName
{
background-color: #FBDFC5;
}
</style>
border-color css
<style>
span { border-color: #FBDFC5; }
span { border-color: rgb(251,223,197); }
td.TdClassName
{
border-color: #FBDFC5;
}
.TagClassName
{
border-color: #FBDFC5;
}
</style>