#F0CDAB

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

Shades of Desert Sand #F0CDAB

Tints of Desert Sand #F0CDAB

Color information

#F0CDAB (or 0xF0CDAB) is unknown color: approx Desert Sand. HEX triplet: F0, CD and AB. RGB value is (240,205,171). Sum of RGB (Red+Green+Blue) = 240+205+171=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 171 (67.19% from 255 or 27.76% from 616); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CDAB is #0F3254. Grayscale: #D3D3D3. Windows color (decimal): -995925 or 11259376. OLE color: 11259376.

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

Color convert

RGB240205171-
CMYK00.150.290.06
HSL29.57º69.7%80.59%-
HSV(B)29.57º28.75%94.12%-
XYZ65.1265.1347.67-
YUV211.59105.1148.26-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.96%
GREEN value IS 205 (80.47% from 255) = 33.28%
BLUE value IS 171 (67.19% from 255) = 27.76%
R=38.96%
G=33.28%
B=27.76%

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
Decimal24020517100.150.290.0629.5769.780.59
HexF0CDAB0F1D61e4651
Octal36031525301735636106121
Binary11110000110011011010101101111111011101111010001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CDAB; }

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

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

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

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

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

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

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

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