#F0CDAE

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

Shades of Desert Sand #F0CDAE

Tints of Desert Sand #F0CDAE

Color information

#F0CDAE (or 0xF0CDAE) is unknown color: approx Desert Sand. HEX triplet: F0, CD and AE. RGB value is (240,205,174). Sum of RGB (Red+Green+Blue) = 240+205+174=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 174 (68.36% from 255 or 28.11% from 619); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CDAE is #0F3251. Grayscale: #D4D4D4. Windows color (decimal): -995922 or 11455984. OLE color: 11455984.

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

Color convert

RGB240205174-
CMYK00.150.280.06
HSL28.18º68.75%81.18%-
HSV(B)28.18º27.5%94.12%-
XYZ65.4165.2449.19-
YUV211.93106.6148.02-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.77%
GREEN value IS 205 (80.47% from 255) = 33.12%
BLUE value IS 174 (68.36% from 255) = 28.11%
R=38.77%
G=33.12%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020517400.150.280.0628.1868.7581.18
HexF0CDAE0F1C61c4551
Octal36031525601734634105121
Binary11110000110011011010111001111111001101110010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CDAE; }

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

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

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

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

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

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

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

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