#F0CFB3

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

Shades of Desert Sand #F0CFB3

Tints of Desert Sand #F0CFB3

Color information

#F0CFB3 (or 0xF0CFB3) is unknown color: approx Desert Sand. HEX triplet: F0, CF and B3. RGB value is (240,207,179). Sum of RGB (Red+Green+Blue) = 240+207+179=626 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.34% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 179 (70.31% from 255 or 28.59% from 626); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CFB3 is #0F304C. Grayscale: #D5D5D5. Windows color (decimal): -995405 or 11784176. OLE color: 11784176.

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

Color convert

RGB240207179-
CMYK00.140.250.06
HSL27.54º67.03%82.16%-
HSV(B)27.54º25.42%94.12%-
XYZ66.3866.4151.97-
YUV213.68108.43146.78-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.34%
GREEN value IS 207 (81.25% from 255) = 33.07%
BLUE value IS 179 (70.31% from 255) = 28.59%
R=38.34%
G=33.07%
B=28.59%

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
Decimal24020717900.140.250.0627.5467.0382.16
HexF0CFB30E1961c4352
Octal36031726301631634103122
Binary11110000110011111011001101110110011101110010000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CFB3; }

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

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

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

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

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

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

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

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