Shades of Karry #FFD9C1
Tints of Karry #FFD9C1
RGB
CMYK
RGB Variations
Color information
#FFD9C1 (or 0xFFD9C1) is known color: Karry. HEX triplet: FF, D9 and C1. RGB value is (255,217,193). Sum of RGB (Red+Green+Blue) = 255+217+193=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 217 (85.16% from 255 or 32.63% from 665); Blue value is 193 (75.78% from 255 or 29.02% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD9C1 is #00263E. Grayscale: #E1E1E1. Windows color (decimal): -9791 or 12704255. OLE color: 12704255.
HSL color Cylindrical-coordinate representation of color #FFD9C1: hue angle of 23.23º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFD9C1 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 193 | - |
| CMYK | 0 | 0.15 | 0.24 | 0 |
| HSL | 23.23º | 1% | 0.88% | - |
| HSV(B) | 23.23º | 0.24% | 1% | - |
| XYZ | 75.68 | 74.74 | 60.89 | - |
| YUV | 225.63 | 109.59 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 193 | 0 | 0.15 | 0.24 | 0 | 23.23 | 1 | 0.88 |
| Hex | FF | D9 | C1 | 0 | F | 18 | 0 | 17 | 64 | 58 |
| Octal | 377 | 331 | 301 | 0 | 17 | 30 | 0 | 27 | 144 | 130 |
| Binary | 11111111 | 11011001 | 11000001 | 0 | 1111 | 11000 | 0 | 10111 | 1100100 | 1011000 |
Color Harmonies of #FFD9C1
Complementary color
Monochromatic Colors of #FFD9C1
Black with #FFD9C1
Text Example
Text Example
White with #FFD9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD9C1; }
p { color: rgb(255,217,193); }
H1.HeaderClassName
{
color: #FFD9C1;
}
.AnyTagClassName
{
color: #FFD9C1;
}
</style>
background-color css
<style>
a { background-color: #FFD9C1; }
a { background-color: rgb(255,217,193); }
div.DivClassName
{
background-color: #FFD9C1;
}
.BgClassName
{
background-color: #FFD9C1;
}
</style>
border-color css
<style>
span { border-color: #FFD9C1; }
span { border-color: rgb(255,217,193); }
td.TdClassName
{
border-color: #FFD9C1;
}
.TagClassName
{
border-color: #FFD9C1;
}
</style>