#F2C7AC

Color #F2C7AC Desert Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Desert Sand #F2C7AC

Tints of Desert Sand #F2C7AC

Color information

#F2C7AC (or 0xF2C7AC) is unknown color: approx Desert Sand. HEX triplet: F2, C7 and AC. RGB value is (242,199,172). Sum of RGB (Red+Green+Blue) = 242+199+172=613 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.48% from 613); Green value is 199 (78.12% from 255 or 32.46% from 613); Blue value is 172 (67.58% from 255 or 28.06% from 613); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C7AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C7AC is #0D3853. Grayscale: #D0D0D0. Windows color (decimal): -866388 or 11323378. OLE color: 11323378.

HSL color Cylindrical-coordinate representation of color #F2C7AC: hue angle of 23.14º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2C7AC is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB242199172-
CMYK00.180.290.05
HSL23.14º72.92%81.18%-
HSV(B)23.14º28.93%94.9%-
XYZ64.4962.747.73-
YUV208.78107.25151.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 39.48%
GREEN value IS 199 (78.12% from 255) = 32.46%
BLUE value IS 172 (67.58% from 255) = 28.06%
R=39.48%
G=32.46%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219917200.180.290.0523.1472.9281.18
HexF2C7AC0121D5174951
Octal36230725402235527111121
Binary111100101100011110101100010010111011011011110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C7AC; }

 p { color: rgb(242,199,172); }

 H1.HeaderClassName
 {
   color: #F2C7AC;
 }
 .AnyTagClassName
 {
   color: #F2C7AC;
 }
</style>
background-color css

<style>
 a { background-color: #F2C7AC; }

 a { background-color: rgb(242,199,172); }

 div.DivClassName
 {
   background-color: #F2C7AC;
 }
 .BgClassName
 {
   background-color: #F2C7AC;
 }
</style>
border-color css

<style>
 span { border-color: #F2C7AC; }

 span { border-color: rgb(242,199,172); }

 td.TdClassName
 {
   border-color: #F2C7AC;
 }
 .TagClassName
 {
   border-color: #F2C7AC;
 }
</style>