#F3CBAE

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

Shades of Desert Sand #F3CBAE

Tints of Desert Sand #F3CBAE

Color information

#F3CBAE (or 0xF3CBAE) is unknown color: approx Desert Sand. HEX triplet: F3, CB and AE. RGB value is (243,203,174). Sum of RGB (Red+Green+Blue) = 243+203+174=620 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.19% from 620); Green value is 203 (79.69% from 255 or 32.74% from 620); Blue value is 174 (68.36% from 255 or 28.06% from 620); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CBAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3CBAE is #0C3451. Grayscale: #D3D3D3. Windows color (decimal): -799826 or 11455475. OLE color: 11455475.

HSL color Cylindrical-coordinate representation of color #F3CBAE: hue angle of 25.22º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F3CBAE is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB243203174-
CMYK00.160.280.05
HSL25.22º74.19%81.76%-
HSV(B)25.22º28.4%95.29%-
XYZ65.9664.8249.08-
YUV211.65106.75150.36-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.19%
GREEN value IS 203 (79.69% from 255) = 32.74%
BLUE value IS 174 (68.36% from 255) = 28.06%
R=39.19%
G=32.74%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320317400.160.280.0525.2274.1981.76
HexF3CBAE0101C5194a52
Octal36331325602034531112122
Binary111100111100101110101110010000111001011100110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CBAE; }

 p { color: rgb(243,203,174); }

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

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

 a { background-color: rgb(243,203,174); }

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

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

 span { border-color: rgb(243,203,174); }

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