#F0CFAF

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

Shades of Desert Sand #F0CFAF

Tints of Desert Sand #F0CFAF

Color information

#F0CFAF (or 0xF0CFAF) is unknown color: approx Desert Sand. HEX triplet: F0, CF and AF. RGB value is (240,207,175). Sum of RGB (Red+Green+Blue) = 240+207+175=622 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.59% from 622); Green value is 207 (81.25% from 255 or 33.28% from 622); Blue value is 175 (68.75% from 255 or 28.14% from 622); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CFAF is #0F3050. Grayscale: #D5D5D5. Windows color (decimal): -995409 or 11522032. OLE color: 11522032.

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

Color convert

RGB240207175-
CMYK00.140.270.06
HSL29.54º68.42%81.37%-
HSV(B)29.54º27.08%94.12%-
XYZ65.9966.2549.87-
YUV213.22106.43147.1-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.59%
GREEN value IS 207 (81.25% from 255) = 33.28%
BLUE value IS 175 (68.75% from 255) = 28.14%
R=38.59%
G=33.28%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020717500.140.270.0629.5468.4281.37
HexF0CFAF0E1B61e4451
Octal36031725701633636104121
Binary11110000110011111010111101110110111101111010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CFAF; }

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

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

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

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

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

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

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

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