#F1CBAE

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

Shades of Desert Sand #F1CBAE

Tints of Desert Sand #F1CBAE

Color information

#F1CBAE (or 0xF1CBAE) is unknown color: approx Desert Sand. HEX triplet: F1, CB and AE. RGB value is (241,203,174). Sum of RGB (Red+Green+Blue) = 241+203+174=618 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.00% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 174 (68.36% from 255 or 28.16% from 618); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CBAE is #0E3451. Grayscale: #D3D3D3. Windows color (decimal): -930898 or 11455473. OLE color: 11455473.

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

Color convert

RGB241203174-
CMYK00.160.280.05
HSL25.97º70.53%81.37%-
HSV(B)25.97º27.8%94.51%-
XYZ65.2764.4749.05-
YUV211.06107.09149.36-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.00%
GREEN value IS 203 (79.69% from 255) = 32.85%
BLUE value IS 174 (68.36% from 255) = 28.16%
R=39.00%
G=32.85%
B=28.16%

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
Decimal24120317400.160.280.0525.9770.5381.37
HexF1CBAE0101C51a4751
Octal36131325602034532107121
Binary111100011100101110101110010000111001011101010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CBAE; }

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

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

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

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

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

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

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

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