#F0CEAD

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

Shades of Desert Sand #F0CEAD

Tints of Desert Sand #F0CEAD

Color information

#F0CEAD (or 0xF0CEAD) is unknown color: approx Desert Sand. HEX triplet: F0, CE and AD. RGB value is (240,206,173). Sum of RGB (Red+Green+Blue) = 240+206+173=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 206 (80.86% from 255 or 33.28% from 619); Blue value is 173 (67.97% from 255 or 27.95% from 619); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CEAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CEAD is #0F3152. Grayscale: #D4D4D4. Windows color (decimal): -995667 or 11390704. OLE color: 11390704.

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

Color convert

RGB240206173-
CMYK00.140.280.06
HSL29.55º69.07%80.98%-
HSV(B)29.55º27.92%94.12%-
XYZ65.5565.6948.76-
YUV212.4105.76147.68-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.77%
GREEN value IS 206 (80.86% from 255) = 33.28%
BLUE value IS 173 (67.97% from 255) = 27.95%
R=38.77%
G=33.28%
B=27.95%

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
Decimal24020617300.140.280.0629.5569.0780.98
HexF0CEAD0E1C61e4551
Octal36031625501634636105121
Binary11110000110011101010110101110111001101111010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CEAD; }

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

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

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

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

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

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

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

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