#F0CBAB

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

Shades of Desert Sand #F0CBAB

Tints of Desert Sand #F0CBAB

Color information

#F0CBAB (or 0xF0CBAB) is unknown color: approx Desert Sand. HEX triplet: F0, CB and AB. RGB value is (240,203,171). Sum of RGB (Red+Green+Blue) = 240+203+171=614 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.09% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 171 (67.19% from 255 or 27.85% from 614); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CBAB is #0F3454. Grayscale: #D2D2D2. Windows color (decimal): -996437 or 11258864. OLE color: 11258864.

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

Color convert

RGB240203171-
CMYK00.150.290.06
HSL27.83º69.7%80.59%-
HSV(B)27.83º28.75%94.12%-
XYZ64.6464.1847.51-
YUV210.42105.76149.1-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.09%
GREEN value IS 203 (79.69% from 255) = 33.06%
BLUE value IS 171 (67.19% from 255) = 27.85%
R=39.09%
G=33.06%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020317100.150.290.0627.8369.780.59
HexF0CBAB0F1D61c4651
Octal36031325301735634106121
Binary11110000110010111010101101111111011101110010001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CBAB; }

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

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

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

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

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

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

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

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