#F5CBAC

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

Shades of Desert Sand #F5CBAC

Tints of Desert Sand #F5CBAC

Color information

#F5CBAC (or 0xF5CBAC) is unknown color: approx Desert Sand. HEX triplet: F5, CB and AC. RGB value is (245,203,172). Sum of RGB (Red+Green+Blue) = 245+203+172=620 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.52% from 620); Green value is 203 (79.69% from 255 or 32.74% from 620); Blue value is 172 (67.58% from 255 or 27.74% from 620); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CBAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CBAC is #0A3453. Grayscale: #D4D4D4. Windows color (decimal): -668756 or 11324405. OLE color: 11324405.

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

Color convert

RGB245203172-
CMYK00.170.300.04
HSL25.48º78.49%81.76%-
HSV(B)25.48º29.8%96.08%-
XYZ66.4665.148.09-
YUV212.02105.41151.52-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.52%
GREEN value IS 203 (79.69% from 255) = 32.74%
BLUE value IS 172 (67.58% from 255) = 27.74%
R=39.52%
G=32.74%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520317200.170.300.0425.4878.4981.76
HexF5CBAC0111E4194e52
Octal36531325402136431116122
Binary111101011100101110101100010001111101001100110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CBAC; }

 p { color: rgb(245,203,172); }

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

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

 a { background-color: rgb(245,203,172); }

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

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

 span { border-color: rgb(245,203,172); }

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