Shades of Karry #FFDBC4
Tints of Karry #FFDBC4
RGB
CMYK
RGB Variations
Color information
#FFDBC4 (or 0xFFDBC4) is known color: Karry. HEX triplet: FF, DB and C4. RGB value is (255,219,196). Sum of RGB (Red+Green+Blue) = 255+219+196=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 219 (85.94% from 255 or 32.69% from 670); Blue value is 196 (76.95% from 255 or 29.25% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDBC4 is #00243B. Grayscale: #E3E3E3. Windows color (decimal): -9276 or 12901375. OLE color: 12901375.
HSL color Cylindrical-coordinate representation of color #FFDBC4: hue angle of 23.39º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFDBC4 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 196 | - |
| CMYK | 0 | 0.14 | 0.23 | 0 |
| HSL | 23.39º | 1% | 0.88% | - |
| HSV(B) | 23.39º | 0.23% | 1% | - |
| XYZ | 76.54 | 75.91 | 62.84 | - |
| YUV | 227.14 | 110.43 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 196 | 0 | 0.14 | 0.23 | 0 | 23.39 | 1 | 0.88 |
| Hex | FF | DB | C4 | 0 | E | 17 | 0 | 17 | 64 | 58 |
| Octal | 377 | 333 | 304 | 0 | 16 | 27 | 0 | 27 | 144 | 130 |
| Binary | 11111111 | 11011011 | 11000100 | 0 | 1110 | 10111 | 0 | 10111 | 1100100 | 1011000 |
Color Harmonies of #FFDBC4
Complementary color
Monochromatic Colors of #FFDBC4
Black with #FFDBC4
Text Example
Text Example
White with #FFDBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDBC4; }
p { color: rgb(255,219,196); }
H1.HeaderClassName
{
color: #FFDBC4;
}
.AnyTagClassName
{
color: #FFDBC4;
}
</style>
background-color css
<style>
a { background-color: #FFDBC4; }
a { background-color: rgb(255,219,196); }
div.DivClassName
{
background-color: #FFDBC4;
}
.BgClassName
{
background-color: #FFDBC4;
}
</style>
border-color css
<style>
span { border-color: #FFDBC4; }
span { border-color: rgb(255,219,196); }
td.TdClassName
{
border-color: #FFDBC4;
}
.TagClassName
{
border-color: #FFDBC4;
}
</style>