#F0CEAE

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

Shades of Desert Sand #F0CEAE

Tints of Desert Sand #F0CEAE

Color information

#F0CEAE (or 0xF0CEAE) is unknown color: approx Desert Sand. HEX triplet: F0, CE and AE. RGB value is (240,206,174). Sum of RGB (Red+Green+Blue) = 240+206+174=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 206 (80.86% from 255 or 33.23% from 620); Blue value is 174 (68.36% from 255 or 28.06% from 620); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CEAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CEAE is #0F3151. Grayscale: #D4D4D4. Windows color (decimal): -995666 or 11456240. OLE color: 11456240.

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

Color convert

RGB240206174-
CMYK00.140.280.06
HSL29.09º68.75%81.18%-
HSV(B)29.09º27.5%94.12%-
XYZ65.6565.7249.27-
YUV212.52106.26147.6-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.71%
GREEN value IS 206 (80.86% from 255) = 33.23%
BLUE value IS 174 (68.36% from 255) = 28.06%
R=38.71%
G=33.23%
B=28.06%

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
Decimal24020617400.140.280.0629.0968.7581.18
HexF0CEAE0E1C61d4551
Octal36031625601634635105121
Binary11110000110011101010111001110111001101110110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CEAE; }

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

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

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

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

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

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

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

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