Shades of Karry #FFDFC2
Tints of Karry #FFDFC2
RGB
CMYK
RGB Variations
Color information
#FFDFC2 (or 0xFFDFC2) is known color: Karry. HEX triplet: FF, DF and C2. RGB value is (255,223,194). Sum of RGB (Red+Green+Blue) = 255+223+194=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 223 (87.5% from 255 or 33.18% from 672); Blue value is 194 (76.17% from 255 or 28.87% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDFC2 is #00203D. Grayscale: #E5E5E5. Windows color (decimal): -8254 or 12771327. OLE color: 12771327.
HSL color Cylindrical-coordinate representation of color #FFDFC2: hue angle of 28.52º 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 #FFDFC2 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 194 | - |
| CMYK | 0 | 0.13 | 0.24 | 0 |
| HSL | 28.52º | 1% | 0.88% | - |
| HSV(B) | 28.52º | 0.24% | 1% | - |
| XYZ | 77.37 | 77.93 | 62 | - |
| YUV | 229.26 | 108.1 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 194 | 0 | 0.13 | 0.24 | 0 | 28.52 | 1 | 0.88 |
| Hex | FF | DF | C2 | 0 | D | 18 | 0 | 1D | 64 | 58 |
| Octal | 377 | 337 | 302 | 0 | 15 | 30 | 0 | 35 | 144 | 130 |
| Binary | 11111111 | 11011111 | 11000010 | 0 | 1101 | 11000 | 0 | 11101 | 1100100 | 1011000 |
Color Harmonies of #FFDFC2
Complementary color
Monochromatic Colors of #FFDFC2
Black with #FFDFC2
Text Example
Text Example
White with #FFDFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDFC2; }
p { color: rgb(255,223,194); }
H1.HeaderClassName
{
color: #FFDFC2;
}
.AnyTagClassName
{
color: #FFDFC2;
}
</style>
background-color css
<style>
a { background-color: #FFDFC2; }
a { background-color: rgb(255,223,194); }
div.DivClassName
{
background-color: #FFDFC2;
}
.BgClassName
{
background-color: #FFDFC2;
}
</style>
border-color css
<style>
span { border-color: #FFDFC2; }
span { border-color: rgb(255,223,194); }
td.TdClassName
{
border-color: #FFDFC2;
}
.TagClassName
{
border-color: #FFDFC2;
}
</style>