#F0CAAE

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

Shades of Desert Sand #F0CAAE

Tints of Desert Sand #F0CAAE

Color information

#F0CAAE (or 0xF0CAAE) is unknown color: approx Desert Sand. HEX triplet: F0, CA and AE. RGB value is (240,202,174). Sum of RGB (Red+Green+Blue) = 240+202+174=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 174 (68.36% from 255 or 28.25% from 616); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CAAE is #0F3551. Grayscale: #D2D2D2. Windows color (decimal): -996690 or 11455216. OLE color: 11455216.

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

Color convert

RGB240202174-
CMYK00.160.280.06
HSL25.45º68.75%81.18%-
HSV(B)25.45º27.5%94.12%-
XYZ64.763.8248.95-
YUV210.17107.59149.28-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.96%
GREEN value IS 202 (79.30% from 255) = 32.79%
BLUE value IS 174 (68.36% from 255) = 28.25%
R=38.96%
G=32.79%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020217400.160.280.0625.4568.7581.18
HexF0CAAE0101C6194551
Octal36031225602034631105121
Binary111100001100101010101110010000111001101100110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CAAE; }

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

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

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

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

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

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

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

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