#F1C5AB

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

Shades of Desert Sand #F1C5AB

Tints of Desert Sand #F1C5AB

Color information

#F1C5AB (or 0xF1C5AB) is unknown color: approx Desert Sand. HEX triplet: F1, C5 and AB. RGB value is (241,197,171). Sum of RGB (Red+Green+Blue) = 241+197+171=609 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.57% from 609); Green value is 197 (77.34% from 255 or 32.35% from 609); Blue value is 171 (67.19% from 255 or 28.08% from 609); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C5AB is #0E3A54. Grayscale: #CFCFCF. Windows color (decimal): -932437 or 11257329. OLE color: 11257329.

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

Color convert

RGB241197171-
CMYK00.180.290.05
HSL22.29º71.43%80.78%-
HSV(B)22.29º29.05%94.51%-
XYZ63.5961.5747.06-
YUV207.19107.58152.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.57%
GREEN value IS 197 (77.34% from 255) = 32.35%
BLUE value IS 171 (67.19% from 255) = 28.08%
R=39.57%
G=32.35%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119717100.180.290.0522.2971.4380.78
HexF1C5AB0121D5164751
Octal36130525302235526107121
Binary111100011100010110101011010010111011011011010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C5AB; }

 p { color: rgb(241,197,171); }

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

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

 a { background-color: rgb(241,197,171); }

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

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

 span { border-color: rgb(241,197,171); }

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