#F2CEAD

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

Shades of Desert Sand #F2CEAD

Tints of Desert Sand #F2CEAD

Color information

#F2CEAD (or 0xF2CEAD) is unknown color: approx Desert Sand. HEX triplet: F2, CE and AD. RGB value is (242,206,173). Sum of RGB (Red+Green+Blue) = 242+206+173=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 173 (67.97% from 255 or 27.86% from 621); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CEAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CEAD is #0D3152. Grayscale: #D5D5D5. Windows color (decimal): -864595 or 11390706. OLE color: 11390706.

HSL color Cylindrical-coordinate representation of color #F2CEAD: hue angle of 28.7º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2CEAD is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB242206173-
CMYK00.150.290.05
HSL28.7º72.63%81.37%-
HSV(B)28.7º28.51%94.9%-
XYZ66.2366.0448.79-
YUV213105.43148.68-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.97%
GREEN value IS 206 (80.86% from 255) = 33.17%
BLUE value IS 173 (67.97% from 255) = 27.86%
R=38.97%
G=33.17%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220617300.150.290.0528.772.6381.37
HexF2CEAD0F1D51d4951
Octal36231625501735535111121
Binary11110010110011101010110101111111011011110110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CEAD; }

 p { color: rgb(242,206,173); }

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

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

 a { background-color: rgb(242,206,173); }

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

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

 span { border-color: rgb(242,206,173); }

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