#F0CEB2

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

Shades of Desert Sand #F0CEB2

Tints of Desert Sand #F0CEB2

Color information

#F0CEB2 (or 0xF0CEB2) is unknown color: approx Desert Sand. HEX triplet: F0, CE and B2. RGB value is (240,206,178). Sum of RGB (Red+Green+Blue) = 240+206+178=624 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.46% from 624); Green value is 206 (80.86% from 255 or 33.01% from 624); Blue value is 178 (69.92% from 255 or 28.53% from 624); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CEB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CEB2 is #0F314D. Grayscale: #D5D5D5. Windows color (decimal): -995662 or 11718384. OLE color: 11718384.

HSL color Cylindrical-coordinate representation of color #F0CEB2: hue angle of 27.1º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F0CEB2 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB240206178-
CMYK00.140.260.06
HSL27.1º67.39%81.96%-
HSV(B)27.1º25.83%94.12%-
XYZ66.0465.8851.36-
YUV212.97108.26147.28-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.46%
GREEN value IS 206 (80.86% from 255) = 33.01%
BLUE value IS 178 (69.92% from 255) = 28.53%
R=38.46%
G=33.01%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020617800.140.260.0627.167.3981.96
HexF0CEB20E1A61b4352
Octal36031626201632633103122
Binary11110000110011101011001001110110101101101110000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CEB2; }

 p { color: rgb(240,206,178); }

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

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

 a { background-color: rgb(240,206,178); }

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

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

 span { border-color: rgb(240,206,178); }

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