#F5C5AB

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

Shades of Desert Sand #F5C5AB

Tints of Desert Sand #F5C5AB

Color information

#F5C5AB (or 0xF5C5AB) is unknown color: approx Desert Sand. HEX triplet: F5, C5 and AB. RGB value is (245,197,171). Sum of RGB (Red+Green+Blue) = 245+197+171=613 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.97% from 613); Green value is 197 (77.34% from 255 or 32.14% from 613); Blue value is 171 (67.19% from 255 or 27.90% from 613); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C5AB is #0A3A54. Grayscale: #D0D0D0. Windows color (decimal): -670293 or 11257333. OLE color: 11257333.

HSL color Cylindrical-coordinate representation of color #F5C5AB: hue angle of 21.08º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5C5AB is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB245197171-
CMYK00.200.300.04
HSL21.08º78.72%81.57%-
HSV(B)21.08º30.2%96.08%-
XYZ64.9762.2947.13-
YUV208.39106.9154.11-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.97%
GREEN value IS 197 (77.34% from 255) = 32.14%
BLUE value IS 171 (67.19% from 255) = 27.90%
R=39.97%
G=32.14%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519717100.200.300.0421.0878.7281.57
HexF5C5AB0141E4154f52
Octal36530525302436425117122
Binary111101011100010110101011010100111101001010110011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C5AB; }

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

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

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

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

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

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

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

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