#F1CAB4

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

Shades of Desert Sand #F1CAB4

Tints of Desert Sand #F1CAB4

Color information

#F1CAB4 (or 0xF1CAB4) is unknown color: approx Desert Sand. HEX triplet: F1, CA and B4. RGB value is (241,202,180). Sum of RGB (Red+Green+Blue) = 241+202+180=623 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.68% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 180 (70.70% from 255 or 28.89% from 623); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CAB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CAB4 is #0E354B. Grayscale: #D3D3D3. Windows color (decimal): -931148 or 11848433. OLE color: 11848433.

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

Color convert

RGB241202180-
CMYK00.160.250.05
HSL21.64º68.54%82.55%-
HSV(B)21.64º25.31%94.51%-
XYZ65.6364.2452.12-
YUV211.15110.42149.29-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.68%
GREEN value IS 202 (79.30% from 255) = 32.42%
BLUE value IS 180 (70.70% from 255) = 28.89%
R=38.68%
G=32.42%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120218000.160.250.0521.6468.5482.55
HexF1CAB4010195164553
Octal36131226402031526105123
Binary111100011100101010110100010000110011011011010001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CAB4; }

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

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

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

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

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

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

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

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