Shades of Buff #F2D68C
Tints of Buff #F2D68C
RGB
CMYK
RGB Variations
Color information
#F2D68C (or 0xF2D68C) is known color: Buff. HEX triplet: F2, D6 and 8C. RGB value is (242,214,140). Sum of RGB (Red+Green+Blue) = 242+214+140=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 214 (83.98% from 255 or 35.91% from 596); Blue value is 140 (55.08% from 255 or 23.49% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D68C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D68C is #0D2973. Grayscale: #D6D6D6. Windows color (decimal): -862580 or 9230066. OLE color: 9230066.
HSL color Cylindrical-coordinate representation of color #F2D68C: hue angle of 43.53º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F2D68C is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 214 | 140 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.05 |
| HSL | 43.53º | 0.8% | 0.75% | - |
| HSV(B) | 43.53º | 0.42% | 0.95% | - |
| XYZ | 65.4 | 68.86 | 34.66 | - |
| YUV | 213.94 | 86.28 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 214 | 140 | 0 | 0.12 | 0.42 | 0.05 | 43.53 | 0.8 | 0.75 |
| Hex | F2 | D6 | 8C | 0 | C | 2A | 5 | 2C | 50 | 4B |
| Octal | 362 | 326 | 214 | 0 | 14 | 52 | 5 | 54 | 120 | 113 |
| Binary | 11110010 | 11010110 | 10001100 | 0 | 1100 | 101010 | 101 | 101100 | 1010000 | 1001011 |
Color Harmonies of #F2D68C
Complementary color
Monochromatic Colors of #F2D68C
Black with #F2D68C
Text Example
Text Example
White with #F2D68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D68C; }
p { color: rgb(242,214,140); }
H1.HeaderClassName
{
color: #F2D68C;
}
.AnyTagClassName
{
color: #F2D68C;
}
</style>
background-color css
<style>
a { background-color: #F2D68C; }
a { background-color: rgb(242,214,140); }
div.DivClassName
{
background-color: #F2D68C;
}
.BgClassName
{
background-color: #F2D68C;
}
</style>
border-color css
<style>
span { border-color: #F2D68C; }
span { border-color: rgb(242,214,140); }
td.TdClassName
{
border-color: #F2D68C;
}
.TagClassName
{
border-color: #F2D68C;
}
</style>