Shades of Desert Sand #F2CFB3
Tints of Desert Sand #F2CFB3
RGB
CMYK
RGB Variations
Color information
#F2CFB3 (or 0xF2CFB3) is known color: Desert Sand. HEX triplet: F2, CF and B3. RGB value is (242,207,179). Sum of RGB (Red+Green+Blue) = 242+207+179=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 179 (70.31% from 255 or 28.50% from 628); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CFB3 is #0D304C. Grayscale: #D6D6D6. Windows color (decimal): -864333 or 11784178. OLE color: 11784178.
HSL color Cylindrical-coordinate representation of color #F2CFB3: hue angle of 26.67º degrees, saturation: 0.71, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F2CFB3 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 207 | 179 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.05 |
| HSL | 26.67º | 0.71% | 0.83% | - |
| HSV(B) | 26.67º | 0.26% | 0.95% | - |
| XYZ | 67.07 | 66.76 | 52 | - |
| YUV | 214.27 | 108.1 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 207 | 179 | 0 | 0.14 | 0.26 | 0.05 | 26.67 | 0.71 | 0.83 |
| Hex | F2 | CF | B3 | 0 | E | 1A | 5 | 1B | 47 | 53 |
| Octal | 362 | 317 | 263 | 0 | 16 | 32 | 5 | 33 | 107 | 123 |
| Binary | 11110010 | 11001111 | 10110011 | 0 | 1110 | 11010 | 101 | 11011 | 1000111 | 1010011 |
Color Harmonies of #F2CFB3
Complementary color
Monochromatic Colors of #F2CFB3
Black with #F2CFB3
Text Example
Text Example
White with #F2CFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CFB3; }
p { color: rgb(242,207,179); }
H1.HeaderClassName
{
color: #F2CFB3;
}
.AnyTagClassName
{
color: #F2CFB3;
}
</style>
background-color css
<style>
a { background-color: #F2CFB3; }
a { background-color: rgb(242,207,179); }
div.DivClassName
{
background-color: #F2CFB3;
}
.BgClassName
{
background-color: #F2CFB3;
}
</style>
border-color css
<style>
span { border-color: #F2CFB3; }
span { border-color: rgb(242,207,179); }
td.TdClassName
{
border-color: #F2CFB3;
}
.TagClassName
{
border-color: #F2CFB3;
}
</style>