#F2C6AC

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

Shades of Desert Sand #F2C6AC

Tints of Desert Sand #F2C6AC

Color information

#F2C6AC (or 0xF2C6AC) is unknown color: approx Desert Sand. HEX triplet: F2, C6 and AC. RGB value is (242,198,172). Sum of RGB (Red+Green+Blue) = 242+198+172=612 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.54% from 612); Green value is 198 (77.73% from 255 or 32.35% from 612); Blue value is 172 (67.58% from 255 or 28.10% from 612); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C6AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C6AC is #0D3953. Grayscale: #D0D0D0. Windows color (decimal): -866644 or 11323122. OLE color: 11323122.

HSL color Cylindrical-coordinate representation of color #F2C6AC: hue angle of 22.29º 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 #F2C6AC is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB242198172-
CMYK00.180.290.05
HSL22.29º72.92%81.18%-
HSV(B)22.29º28.93%94.9%-
XYZ64.2662.2447.66-
YUV208.19107.58152.11-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.54%
GREEN value IS 198 (77.73% from 255) = 32.35%
BLUE value IS 172 (67.58% from 255) = 28.10%
R=39.54%
G=32.35%
B=28.10%

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
Decimal24219817200.180.290.0522.2972.9281.18
HexF2C6AC0121D5164951
Octal36230625402235526111121
Binary111100101100011010101100010010111011011011010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C6AC; }

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

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

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

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

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

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

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

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