#F0CAAB

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

Shades of Desert Sand #F0CAAB

Tints of Desert Sand #F0CAAB

Color information

#F0CAAB (or 0xF0CAAB) is unknown color: approx Desert Sand. HEX triplet: F0, CA and AB. RGB value is (240,202,171). Sum of RGB (Red+Green+Blue) = 240+202+171=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 171 (67.19% from 255 or 27.90% from 613); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CAAB is #0F3554. Grayscale: #D1D1D1. Windows color (decimal): -996693 or 11258608. OLE color: 11258608.

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

Color convert

RGB240202171-
CMYK00.160.290.06
HSL26.96º69.7%80.59%-
HSV(B)26.96º28.75%94.12%-
XYZ64.4163.7147.43-
YUV209.83106.09149.52-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.15%
GREEN value IS 202 (79.30% from 255) = 32.95%
BLUE value IS 171 (67.19% from 255) = 27.90%
R=39.15%
G=32.95%
B=27.90%

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
Decimal24020217100.160.290.0626.9669.780.59
HexF0CAAB0101D61b4651
Octal36031225302035633106121
Binary111100001100101010101011010000111011101101110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CAAB; }

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

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

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

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

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

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

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

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