#F0CCAF

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

Shades of Desert Sand #F0CCAF

Tints of Desert Sand #F0CCAF

Color information

#F0CCAF (or 0xF0CCAF) is unknown color: approx Desert Sand. HEX triplet: F0, CC and AF. RGB value is (240,204,175). Sum of RGB (Red+Green+Blue) = 240+204+175=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 175 (68.75% from 255 or 28.27% from 619); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CCAF is #0F3350. Grayscale: #D3D3D3. Windows color (decimal): -996177 or 11521264. OLE color: 11521264.

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

Color convert

RGB240204175-
CMYK00.150.270.06
HSL26.77º68.42%81.37%-
HSV(B)26.77º27.08%94.12%-
XYZ65.2764.8149.63-
YUV211.46107.43148.36-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.77%
GREEN value IS 204 (80.08% from 255) = 32.96%
BLUE value IS 175 (68.75% from 255) = 28.27%
R=38.77%
G=32.96%
B=28.27%

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
Decimal24020417500.150.270.0626.7768.4281.37
HexF0CCAF0F1B61b4451
Octal36031425701733633104121
Binary11110000110011001010111101111110111101101110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CCAF; }

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

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

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

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

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

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

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

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