#F0CDAF

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

Shades of Desert Sand #F0CDAF

Tints of Desert Sand #F0CDAF

Color information

#F0CDAF (or 0xF0CDAF) is unknown color: approx Desert Sand. HEX triplet: F0, CD and AF. RGB value is (240,205,175). Sum of RGB (Red+Green+Blue) = 240+205+175=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CDAF is #0F3250. Grayscale: #D4D4D4. Windows color (decimal): -995921 or 11521520. OLE color: 11521520.

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

Color convert

RGB240205175-
CMYK00.150.270.06
HSL27.69º68.42%81.37%-
HSV(B)27.69º27.08%94.12%-
XYZ65.565.2849.71-
YUV212.04107.1147.94-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.71%
GREEN value IS 205 (80.47% from 255) = 33.06%
BLUE value IS 175 (68.75% from 255) = 28.23%
R=38.71%
G=33.06%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020517500.150.270.0627.6968.4281.37
HexF0CDAF0F1B61c4451
Octal36031525701733634104121
Binary11110000110011011010111101111110111101110010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CDAF; }

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

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

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

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

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

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

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

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