#F0CEAC

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

Shades of Desert Sand #F0CEAC

Tints of Desert Sand #F0CEAC

Color information

#F0CEAC (or 0xF0CEAC) is unknown color: approx Desert Sand. HEX triplet: F0, CE and AC. RGB value is (240,206,172). Sum of RGB (Red+Green+Blue) = 240+206+172=618 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.83% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 172 (67.58% from 255 or 27.83% from 618); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CEAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CEAC is #0F3153. Grayscale: #D4D4D4. Windows color (decimal): -995668 or 11325168. OLE color: 11325168.

HSL color Cylindrical-coordinate representation of color #F0CEAC: hue angle of 30º 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 #F0CEAC is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB240206172-
CMYK00.140.280.06
HSL30º69.39%80.78%-
HSV(B)30º28.33%94.12%-
XYZ65.4565.6548.25-
YUV212.29105.26147.76-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.83%
GREEN value IS 206 (80.86% from 255) = 33.33%
BLUE value IS 172 (67.58% from 255) = 27.83%
R=38.83%
G=33.33%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020617200.140.280.063069.3980.78
HexF0CEAC0E1C61e4551
Octal36031625401634636105121
Binary11110000110011101010110001110111001101111010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CEAC; }

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

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

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

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

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

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

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

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