#F2C6AA

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

Shades of Desert Sand #F2C6AA

Tints of Desert Sand #F2C6AA

Color information

#F2C6AA (or 0xF2C6AA) is unknown color: approx Desert Sand. HEX triplet: F2, C6 and AA. RGB value is (242,198,170). Sum of RGB (Red+Green+Blue) = 242+198+170=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 198 (77.73% from 255 or 32.46% from 610); Blue value is 170 (66.80% from 255 or 27.87% from 610); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C6AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C6AA is #0D3955. Grayscale: #D0D0D0. Windows color (decimal): -866646 or 11192050. OLE color: 11192050.

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

Color convert

RGB242198170-
CMYK00.180.300.05
HSL23.33º73.47%80.78%-
HSV(B)23.33º29.75%94.9%-
XYZ64.0762.1746.65-
YUV207.96106.58152.28-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.67%
GREEN value IS 198 (77.73% from 255) = 32.46%
BLUE value IS 170 (66.80% from 255) = 27.87%
R=39.67%
G=32.46%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219817000.180.300.0523.3373.4780.78
HexF2C6AA0121E5174951
Octal36230625202236527111121
Binary111100101100011010101010010010111101011011110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C6AA; }

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

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

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

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

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

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

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

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