#F0CCAE

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

Shades of Desert Sand #F0CCAE

Tints of Desert Sand #F0CCAE

Color information

#F0CCAE (or 0xF0CCAE) is unknown color: approx Desert Sand. HEX triplet: F0, CC and AE. RGB value is (240,204,174). Sum of RGB (Red+Green+Blue) = 240+204+174=618 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.83% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 174 (68.36% from 255 or 28.16% from 618); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CCAE is #0F3351. Grayscale: #D3D3D3. Windows color (decimal): -996178 or 11455728. OLE color: 11455728.

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

Color convert

RGB240204174-
CMYK00.150.280.06
HSL27.27º68.75%81.18%-
HSV(B)27.27º27.5%94.12%-
XYZ65.1764.7749.11-
YUV211.34106.93148.44-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.83%
GREEN value IS 204 (80.08% from 255) = 33.01%
BLUE value IS 174 (68.36% from 255) = 28.16%
R=38.83%
G=33.01%
B=28.16%

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
Decimal24020417400.150.280.0627.2768.7581.18
HexF0CCAE0F1C61b4551
Octal36031425601734633105121
Binary11110000110011001010111001111111001101101110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CCAE; }

 p { color: rgb(240,204,174); }

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

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

 a { background-color: rgb(240,204,174); }

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

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

 span { border-color: rgb(240,204,174); }

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