#F0CAAA

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

Shades of Desert Sand #F0CAAA

Tints of Desert Sand #F0CAAA

Color information

#F0CAAA (or 0xF0CAAA) is unknown color: approx Desert Sand. HEX triplet: F0, CA and AA. RGB value is (240,202,170). Sum of RGB (Red+Green+Blue) = 240+202+170=612 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.22% from 612); Green value is 202 (79.30% from 255 or 33.01% from 612); Blue value is 170 (66.80% from 255 or 27.78% from 612); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CAAA is #0F3555. Grayscale: #D1D1D1. Windows color (decimal): -996694 or 11193072. OLE color: 11193072.

HSL color Cylindrical-coordinate representation of color #F0CAAA: hue angle of 27.43º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0CAAA is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB240202170-
CMYK00.160.290.06
HSL27.43º70%80.39%-
HSV(B)27.43º29.17%94.12%-
XYZ64.3163.6746.93-
YUV209.71105.59149.6-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.22%
GREEN value IS 202 (79.30% from 255) = 33.01%
BLUE value IS 170 (66.80% from 255) = 27.78%
R=39.22%
G=33.01%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020217000.160.290.0627.437080.39
HexF0CAAA0101D61b4650
Octal36031225202035633106120
Binary111100001100101010101010010000111011101101110001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CAAA; }

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

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

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

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

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

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

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

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