#F2C8AB

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

Shades of Desert Sand #F2C8AB

Tints of Desert Sand #F2C8AB

Color information

#F2C8AB (or 0xF2C8AB) is unknown color: approx Desert Sand. HEX triplet: F2, C8 and AB. RGB value is (242,200,171). Sum of RGB (Red+Green+Blue) = 242+200+171=613 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.48% from 613); Green value is 200 (78.52% from 255 or 32.63% from 613); Blue value is 171 (67.19% from 255 or 27.90% from 613); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C8AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C8AB is #0D3754. Grayscale: #D1D1D1. Windows color (decimal): -866133 or 11258098. OLE color: 11258098.

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

Color convert

RGB242200171-
CMYK00.170.290.05
HSL24.51º73.2%80.98%-
HSV(B)24.51º29.34%94.9%-
XYZ64.6263.1347.31-
YUV209.25106.41151.36-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.48%
GREEN value IS 200 (78.52% from 255) = 32.63%
BLUE value IS 171 (67.19% from 255) = 27.90%
R=39.48%
G=32.63%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220017100.170.290.0524.5173.280.98
HexF2C8AB0111D5194951
Octal36231025302135531111121
Binary111100101100100010101011010001111011011100110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C8AB; }

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

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

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

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

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

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

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

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