Shades of Chamois #F2CC90
Tints of Chamois #F2CC90
RGB
CMYK
RGB Variations
Color information
#F2CC90 (or 0xF2CC90) is known color: Chamois. HEX triplet: F2, CC and 90. RGB value is (242,204,144). Sum of RGB (Red+Green+Blue) = 242+204+144=590 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.02% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 144 (56.64% from 255 or 24.41% from 590); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CC90 is #0D336F. Grayscale: #D0D0D0. Windows color (decimal): -865136 or 9489650. OLE color: 9489650.
HSL color Cylindrical-coordinate representation of color #F2CC90: hue angle of 36.73º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F2CC90 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 144 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.05 |
| HSL | 36.73º | 0.79% | 0.76% | - |
| HSV(B) | 36.73º | 0.4% | 0.95% | - |
| XYZ | 63.24 | 64.08 | 35.42 | - |
| YUV | 208.52 | 91.59 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 144 | 0 | 0.16 | 0.40 | 0.05 | 36.73 | 0.79 | 0.76 |
| Hex | F2 | CC | 90 | 0 | 10 | 28 | 5 | 25 | 4F | 4C |
| Octal | 362 | 314 | 220 | 0 | 20 | 50 | 5 | 45 | 117 | 114 |
| Binary | 11110010 | 11001100 | 10010000 | 0 | 10000 | 101000 | 101 | 100101 | 1001111 | 1001100 |
Color Harmonies of #F2CC90
Complementary color
Monochromatic Colors of #F2CC90
Black with #F2CC90
Text Example
Text Example
White with #F2CC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CC90; }
p { color: rgb(242,204,144); }
H1.HeaderClassName
{
color: #F2CC90;
}
.AnyTagClassName
{
color: #F2CC90;
}
</style>
background-color css
<style>
a { background-color: #F2CC90; }
a { background-color: rgb(242,204,144); }
div.DivClassName
{
background-color: #F2CC90;
}
.BgClassName
{
background-color: #F2CC90;
}
</style>
border-color css
<style>
span { border-color: #F2CC90; }
span { border-color: rgb(242,204,144); }
td.TdClassName
{
border-color: #F2CC90;
}
.TagClassName
{
border-color: #F2CC90;
}
</style>