Shades of Buttermilk #F3DDA8
Tints of Buttermilk #F3DDA8
RGB
CMYK
RGB Variations
Color information
#F3DDA8 (or 0xF3DDA8) is known color: Buttermilk. HEX triplet: F3, DD and A8. RGB value is (243,221,168). Sum of RGB (Red+Green+Blue) = 243+221+168=632 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.45% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 168 (66.02% from 255 or 26.58% from 632); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DDA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DDA8 is #0C2257. Grayscale: #DDDDDD. Windows color (decimal): -795224 or 11066867. OLE color: 11066867.
HSL color Cylindrical-coordinate representation of color #F3DDA8: hue angle of 42.4º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F3DDA8 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 221 | 168 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.05 |
| HSL | 42.4º | 0.76% | 0.81% | - |
| HSV(B) | 42.4º | 0.31% | 0.95% | - |
| XYZ | 69.89 | 73.59 | 47.57 | - |
| YUV | 221.54 | 97.79 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 221 | 168 | 0 | 0.09 | 0.31 | 0.05 | 42.4 | 0.76 | 0.81 |
| Hex | F3 | DD | A8 | 0 | 9 | 1F | 5 | 2A | 4C | 51 |
| Octal | 363 | 335 | 250 | 0 | 11 | 37 | 5 | 52 | 114 | 121 |
| Binary | 11110011 | 11011101 | 10101000 | 0 | 1001 | 11111 | 101 | 101010 | 1001100 | 1010001 |
Color Harmonies of #F3DDA8
Complementary color
Monochromatic Colors of #F3DDA8
Black with #F3DDA8
Text Example
Text Example
White with #F3DDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DDA8; }
p { color: rgb(243,221,168); }
H1.HeaderClassName
{
color: #F3DDA8;
}
.AnyTagClassName
{
color: #F3DDA8;
}
</style>
background-color css
<style>
a { background-color: #F3DDA8; }
a { background-color: rgb(243,221,168); }
div.DivClassName
{
background-color: #F3DDA8;
}
.BgClassName
{
background-color: #F3DDA8;
}
</style>
border-color css
<style>
span { border-color: #F3DDA8; }
span { border-color: rgb(243,221,168); }
td.TdClassName
{
border-color: #F3DDA8;
}
.TagClassName
{
border-color: #F3DDA8;
}
</style>