#f5cbaa

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

Shades of Desert Sand #F5CBAA

Tints of Desert Sand #F5CBAA

Color information

#F5CBAA (or 0xF5CBAA) is unknown color: approx Desert Sand. HEX triplet: F5, CB and AA. RGB value is (245,203,170). Sum of RGB (Red+Green+Blue) = 245+203+170=618 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.64% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 170 (66.80% from 255 or 27.51% from 618); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CBAA is #0A3455. Grayscale: #D3D3D3. Windows color (decimal): -668758 or 11193333. OLE color: 11193333.

HSL color Cylindrical-coordinate representation of color #F5CBAA: hue angle of 26.4º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5CBAA is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB245203170-
CMYK00.170.310.04
HSL26.4º78.95%81.37%-
HSV(B)26.4º30.61%96.08%-
XYZ66.2765.0347.09-
YUV211.8104.41151.68-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.64%
GREEN value IS 203 (79.69% from 255) = 32.85%
BLUE value IS 170 (66.80% from 255) = 27.51%
R=39.64%
G=32.85%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520317000.170.310.0426.478.9581.37
HexF5CBAA0111F41a4f51
Octal36531325202137432117121
Binary111101011100101110101010010001111111001101010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f5cbaa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f5cbaa; }

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

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

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

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

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

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

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

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