#F2C5AB

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

Shades of Desert Sand #F2C5AB

Tints of Desert Sand #F2C5AB

Color information

#F2C5AB (or 0xF2C5AB) is unknown color: approx Desert Sand. HEX triplet: F2, C5 and AB. RGB value is (242,197,171). Sum of RGB (Red+Green+Blue) = 242+197+171=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 197 (77.34% from 255 or 32.30% from 610); Blue value is 171 (67.19% from 255 or 28.03% from 610); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C5AB is #0D3A54. Grayscale: #CFCFCF. Windows color (decimal): -866901 or 11257330. OLE color: 11257330.

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

Color convert

RGB242197171-
CMYK00.190.290.05
HSL21.97º73.2%80.98%-
HSV(B)21.97º29.34%94.9%-
XYZ63.9361.7547.08-
YUV207.49107.41152.61-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.67%
GREEN value IS 197 (77.34% from 255) = 32.30%
BLUE value IS 171 (67.19% from 255) = 28.03%
R=39.67%
G=32.30%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219717100.190.290.0521.9773.280.98
HexF2C5AB0131D5164951
Octal36230525302335526111121
Binary111100101100010110101011010011111011011011010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C5AB; }

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

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

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

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

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

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

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

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