Shades of Karry #FBDFC4
Tints of Karry #FBDFC4
RGB
CMYK
RGB Variations
Color information
#FBDFC4 (or 0xFBDFC4) is known color: Karry. HEX triplet: FB, DF and C4. RGB value is (251,223,196). Sum of RGB (Red+Green+Blue) = 251+223+196=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 196 (76.95% from 255 or 29.25% from 670); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDFC4 is #04203B. Grayscale: #E4E4E4. Windows color (decimal): -270396 or 12902395. OLE color: 12902395.
HSL color Cylindrical-coordinate representation of color #FBDFC4: hue angle of 29.45º 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 #FBDFC4 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 196 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.02 |
| HSL | 29.45º | 0.87% | 0.88% | - |
| HSV(B) | 29.45º | 0.22% | 0.98% | - |
| XYZ | 76.14 | 77.27 | 63.13 | - |
| YUV | 228.29 | 109.78 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 196 | 0 | 0.11 | 0.22 | 0.02 | 29.45 | 0.87 | 0.88 |
| Hex | FB | DF | C4 | 0 | B | 16 | 2 | 1D | 57 | 58 |
| Octal | 373 | 337 | 304 | 0 | 13 | 26 | 2 | 35 | 127 | 130 |
| Binary | 11111011 | 11011111 | 11000100 | 0 | 1011 | 10110 | 10 | 11101 | 1010111 | 1011000 |
Color Harmonies of #FBDFC4
Complementary color
Monochromatic Colors of #FBDFC4
Black with #FBDFC4
Text Example
Text Example
White with #FBDFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDFC4; }
p { color: rgb(251,223,196); }
H1.HeaderClassName
{
color: #FBDFC4;
}
.AnyTagClassName
{
color: #FBDFC4;
}
</style>
background-color css
<style>
a { background-color: #FBDFC4; }
a { background-color: rgb(251,223,196); }
div.DivClassName
{
background-color: #FBDFC4;
}
.BgClassName
{
background-color: #FBDFC4;
}
</style>
border-color css
<style>
span { border-color: #FBDFC4; }
span { border-color: rgb(251,223,196); }
td.TdClassName
{
border-color: #FBDFC4;
}
.TagClassName
{
border-color: #FBDFC4;
}
</style>