#F2C7AB

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

Shades of Desert Sand #F2C7AB

Tints of Desert Sand #F2C7AB

Color information

#F2C7AB (or 0xF2C7AB) is unknown color: approx Desert Sand. HEX triplet: F2, C7 and AB. RGB value is (242,199,171). Sum of RGB (Red+Green+Blue) = 242+199+171=612 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.54% from 612); Green value is 199 (78.12% from 255 or 32.52% from 612); Blue value is 171 (67.19% from 255 or 27.94% from 612); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C7AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C7AB is #0D3854. Grayscale: #D0D0D0. Windows color (decimal): -866389 or 11257842. OLE color: 11257842.

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

Color convert

RGB242199171-
CMYK00.180.290.05
HSL23.66º73.2%80.98%-
HSV(B)23.66º29.34%94.9%-
XYZ64.3962.6647.23-
YUV208.66106.75151.78-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.54%
GREEN value IS 199 (78.12% from 255) = 32.52%
BLUE value IS 171 (67.19% from 255) = 27.94%
R=39.54%
G=32.52%
B=27.94%

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
Decimal24219917100.180.290.0523.6673.280.98
HexF2C7AB0121D5184951
Octal36230725302235530111121
Binary111100101100011110101011010010111011011100010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C7AB; }

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

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

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

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

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

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

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

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