#F0CEB3

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

Shades of Desert Sand #F0CEB3

Tints of Desert Sand #F0CEB3

Color information

#F0CEB3 (or 0xF0CEB3) is unknown color: approx Desert Sand. HEX triplet: F0, CE and B3. RGB value is (240,206,179). Sum of RGB (Red+Green+Blue) = 240+206+179=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 206 (80.86% from 255 or 32.96% from 625); Blue value is 179 (70.31% from 255 or 28.64% from 625); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CEB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CEB3 is #0F314C. Grayscale: #D5D5D5. Windows color (decimal): -995661 or 11783920. OLE color: 11783920.

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

Color convert

RGB240206179-
CMYK00.140.250.06
HSL26.56º67.03%82.16%-
HSV(B)26.56º25.42%94.12%-
XYZ66.1465.9251.89-
YUV213.09108.76147.2-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.4%
GREEN value IS 206 (80.86% from 255) = 32.96%
BLUE value IS 179 (70.31% from 255) = 28.64%
R=38.4%
G=32.96%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020617900.140.250.0626.5667.0382.16
HexF0CEB30E1961b4352
Octal36031626301631633103122
Binary11110000110011101011001101110110011101101110000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CEB3; }

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

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

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

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

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

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

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

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