#F1CAB1

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

Shades of Desert Sand #F1CAB1

Tints of Desert Sand #F1CAB1

Color information

#F1CAB1 (or 0xF1CAB1) is unknown color: approx Desert Sand. HEX triplet: F1, CA and B1. RGB value is (241,202,177). Sum of RGB (Red+Green+Blue) = 241+202+177=620 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.87% from 620); Green value is 202 (79.30% from 255 or 32.58% from 620); Blue value is 177 (69.53% from 255 or 28.55% from 620); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CAB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CAB1 is #0E354E. Grayscale: #D2D2D2. Windows color (decimal): -931151 or 11651825. OLE color: 11651825.

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

Color convert

RGB241202177-
CMYK00.160.270.05
HSL23.44º69.57%81.96%-
HSV(B)23.44º26.56%94.51%-
XYZ65.3364.1250.53-
YUV210.81108.92149.53-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.87%
GREEN value IS 202 (79.30% from 255) = 32.58%
BLUE value IS 177 (69.53% from 255) = 28.55%
R=38.87%
G=32.58%
B=28.55%

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
Decimal24120217700.160.270.0523.4469.5781.96
HexF1CAB10101B5174652
Octal36131226102033527106122
Binary111100011100101010110001010000110111011011110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CAB1; }

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

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

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

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

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

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

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

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