#F0CDAC

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

Shades of Desert Sand #F0CDAC

Tints of Desert Sand #F0CDAC

Color information

#F0CDAC (or 0xF0CDAC) is unknown color: approx Desert Sand. HEX triplet: F0, CD and AC. RGB value is (240,205,172). Sum of RGB (Red+Green+Blue) = 240+205+172=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 172 (67.58% from 255 or 27.88% from 617); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CDAC is #0F3253. Grayscale: #D3D3D3. Windows color (decimal): -995924 or 11324912. OLE color: 11324912.

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

Color convert

RGB240205172-
CMYK00.150.280.06
HSL29.12º69.39%80.78%-
HSV(B)29.12º28.33%94.12%-
XYZ65.2165.1748.17-
YUV211.7105.6148.18-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.90%
GREEN value IS 205 (80.47% from 255) = 33.23%
BLUE value IS 172 (67.58% from 255) = 27.88%
R=38.90%
G=33.23%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020517200.150.280.0629.1269.3980.78
HexF0CDAC0F1C61d4551
Octal36031525401734635105121
Binary11110000110011011010110001111111001101110110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CDAC; }

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

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

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

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

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

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

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

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