#F5C6AB

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

Shades of Desert Sand #F5C6AB

Tints of Desert Sand #F5C6AB

Color information

#F5C6AB (or 0xF5C6AB) is unknown color: approx Desert Sand. HEX triplet: F5, C6 and AB. RGB value is (245,198,171). Sum of RGB (Red+Green+Blue) = 245+198+171=614 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.90% from 614); Green value is 198 (77.73% from 255 or 32.25% from 614); Blue value is 171 (67.19% from 255 or 27.85% from 614); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C6AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C6AB is #0A3954. Grayscale: #D1D1D1. Windows color (decimal): -670037 or 11257589. OLE color: 11257589.

HSL color Cylindrical-coordinate representation of color #F5C6AB: hue angle of 21.89º 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 #F5C6AB is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB245198171-
CMYK00.190.300.04
HSL21.89º78.72%81.57%-
HSV(B)21.89º30.2%96.08%-
XYZ65.262.7447.2-
YUV208.98106.57153.7-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.90%
GREEN value IS 198 (77.73% from 255) = 32.25%
BLUE value IS 171 (67.19% from 255) = 27.85%
R=39.90%
G=32.25%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519817100.190.300.0421.8978.7281.57
HexF5C6AB0131E4164f52
Octal36530625302336426117122
Binary111101011100011010101011010011111101001011010011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C6AB; }

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

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

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

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

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

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

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

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