#F1CAB0

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

Shades of Desert Sand #F1CAB0

Tints of Desert Sand #F1CAB0

Color information

#F1CAB0 (or 0xF1CAB0) is unknown color: approx Desert Sand. HEX triplet: F1, CA and B0. RGB value is (241,202,176). Sum of RGB (Red+Green+Blue) = 241+202+176=619 (81% of max value = 765). Red value is 241 (94.53% from 255 or 38.93% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 176 (69.14% from 255 or 28.43% from 619); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CAB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CAB0 is #0E354F. Grayscale: #D2D2D2. Windows color (decimal): -931152 or 11586289. OLE color: 11586289.

HSL color Cylindrical-coordinate representation of color #F1CAB0: hue angle of 24º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F1CAB0 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB241202176-
CMYK00.160.270.05
HSL24º69.89%81.76%-
HSV(B)24º26.97%94.51%-
XYZ65.2364.0850-
YUV210.7108.42149.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.93%
GREEN value IS 202 (79.30% from 255) = 32.63%
BLUE value IS 176 (69.14% from 255) = 28.43%
R=38.93%
G=32.63%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120217600.160.270.052469.8981.76
HexF1CAB00101B5184652
Octal36131226002033530106122
Binary111100011100101010110000010000110111011100010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CAB0; }

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

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

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

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

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

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

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

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