Shades of Givry #F0D6B0
Tints of Givry #F0D6B0
RGB
CMYK
RGB Variations
Color information
#F0D6B0 (or 0xF0D6B0) is known color: Givry. HEX triplet: F0, D6 and B0. RGB value is (240,214,176). Sum of RGB (Red+Green+Blue) = 240+214+176=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 214 (83.98% from 255 or 33.97% from 630); Blue value is 176 (69.14% from 255 or 27.94% from 630); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D6B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D6B0 is #0F294F. Grayscale: #D9D9D9. Windows color (decimal): -993616 or 11589360. OLE color: 11589360.
HSL color Cylindrical-coordinate representation of color #F0D6B0: hue angle of 35.62º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0D6B0 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 214 | 176 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.06 |
| HSL | 35.63º | 0.68% | 0.82% | - |
| HSV(B) | 35.63º | 0.27% | 0.94% | - |
| XYZ | 67.82 | 69.75 | 50.96 | - |
| YUV | 217.44 | 104.61 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 214 | 176 | 0 | 0.11 | 0.27 | 0.06 | 35.63 | 0.68 | 0.82 |
| Hex | F0 | D6 | B0 | 0 | B | 1B | 6 | 24 | 44 | 52 |
| Octal | 360 | 326 | 260 | 0 | 13 | 33 | 6 | 44 | 104 | 122 |
| Binary | 11110000 | 11010110 | 10110000 | 0 | 1011 | 11011 | 110 | 100100 | 1000100 | 1010010 |
Color Harmonies of #F0D6B0
Complementary color
Monochromatic Colors of #F0D6B0
Black with #F0D6B0
Text Example
Text Example
White with #F0D6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D6B0; }
p { color: rgb(240,214,176); }
H1.HeaderClassName
{
color: #F0D6B0;
}
.AnyTagClassName
{
color: #F0D6B0;
}
</style>
background-color css
<style>
a { background-color: #F0D6B0; }
a { background-color: rgb(240,214,176); }
div.DivClassName
{
background-color: #F0D6B0;
}
.BgClassName
{
background-color: #F0D6B0;
}
</style>
border-color css
<style>
span { border-color: #F0D6B0; }
span { border-color: rgb(240,214,176); }
td.TdClassName
{
border-color: #F0D6B0;
}
.TagClassName
{
border-color: #F0D6B0;
}
</style>