#F1CAAC

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

Shades of Desert Sand #F1CAAC

Tints of Desert Sand #F1CAAC

Color information

#F1CAAC (or 0xF1CAAC) is unknown color: approx Desert Sand. HEX triplet: F1, CA and AC. RGB value is (241,202,172). Sum of RGB (Red+Green+Blue) = 241+202+172=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 172 (67.58% from 255 or 27.97% from 615); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CAAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CAAC is #0E3553. Grayscale: #D2D2D2. Windows color (decimal): -931156 or 11324145. OLE color: 11324145.

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

Color convert

RGB241202172-
CMYK00.160.290.05
HSL26.09º71.13%80.98%-
HSV(B)26.09º28.63%94.51%-
XYZ64.8463.9247.95-
YUV210.24106.42149.94-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.19%
GREEN value IS 202 (79.30% from 255) = 32.85%
BLUE value IS 172 (67.58% from 255) = 27.97%
R=39.19%
G=32.85%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120217200.160.290.0526.0971.1380.98
HexF1CAAC0101D51a4751
Octal36131225402035532107121
Binary111100011100101010101100010000111011011101010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CAAC; }

 p { color: rgb(241,202,172); }

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

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

 a { background-color: rgb(241,202,172); }

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

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

 span { border-color: rgb(241,202,172); }

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