#F0CBAE

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

Shades of Desert Sand #F0CBAE

Tints of Desert Sand #F0CBAE

Color information

#F0CBAE (or 0xF0CBAE) is unknown color: approx Desert Sand. HEX triplet: F0, CB and AE. RGB value is (240,203,174). Sum of RGB (Red+Green+Blue) = 240+203+174=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 174 (68.36% from 255 or 28.20% from 617); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CBAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CBAE is #0F3451. Grayscale: #D2D2D2. Windows color (decimal): -996434 or 11455472. OLE color: 11455472.

HSL color Cylindrical-coordinate representation of color #F0CBAE: hue angle of 26.36º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0CBAE is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB240203174-
CMYK00.150.280.06
HSL26.36º68.75%81.18%-
HSV(B)26.36º27.5%94.12%-
XYZ64.9364.2949.03-
YUV210.76107.26148.86-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.90%
GREEN value IS 203 (79.69% from 255) = 32.90%
BLUE value IS 174 (68.36% from 255) = 28.20%
R=38.90%
G=32.90%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020317400.150.280.0626.3668.7581.18
HexF0CBAE0F1C61a4551
Octal36031325601734632105121
Binary11110000110010111010111001111111001101101010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CBAE; }

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

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

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

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

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

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

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

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