#f0cfad

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

Shades of Desert Sand #F0CFAD

Tints of Desert Sand #F0CFAD

Color information

#F0CFAD (or 0xF0CFAD) is unknown color: approx Desert Sand. HEX triplet: F0, CF and AD. RGB value is (240,207,173). Sum of RGB (Red+Green+Blue) = 240+207+173=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 207 (81.25% from 255 or 33.39% from 620); Blue value is 173 (67.97% from 255 or 27.90% from 620); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CFAD is #0F3052. Grayscale: #D5D5D5. Windows color (decimal): -995411 or 11390960. OLE color: 11390960.

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

Color convert

RGB240207173-
CMYK00.140.280.06
HSL30.45º69.07%80.98%-
HSV(B)30.45º27.92%94.12%-
XYZ65.7966.1748.84-
YUV212.99105.43147.26-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.71%
GREEN value IS 207 (81.25% from 255) = 33.39%
BLUE value IS 173 (67.97% from 255) = 27.90%
R=38.71%
G=33.39%
B=27.90%

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
Decimal24020717300.140.280.0630.4569.0780.98
HexF0CFAD0E1C61e4551
Octal36031725501634636105121
Binary11110000110011111010110101110111001101111010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f0cfad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f0cfad; }

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

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

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

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

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

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

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

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