#F2CDAC

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

Shades of Desert Sand #F2CDAC

Tints of Desert Sand #F2CDAC

Color information

#F2CDAC (or 0xF2CDAC) is unknown color: approx Desert Sand. HEX triplet: F2, CD and AC. RGB value is (242,205,172). Sum of RGB (Red+Green+Blue) = 242+205+172=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 172 (67.58% from 255 or 27.79% from 619); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CDAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CDAC is #0D3253. Grayscale: #D4D4D4. Windows color (decimal): -864852 or 11324914. OLE color: 11324914.

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

Color convert

RGB242205172-
CMYK00.150.290.05
HSL28.29º72.92%81.18%-
HSV(B)28.29º28.93%94.9%-
XYZ65.965.5248.2-
YUV212.3105.26149.18-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.10%
GREEN value IS 205 (80.47% from 255) = 33.12%
BLUE value IS 172 (67.58% from 255) = 27.79%
R=39.10%
G=33.12%
B=27.79%

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
Decimal24220517200.150.290.0528.2972.9281.18
HexF2CDAC0F1D51c4951
Octal36231525401735534111121
Binary11110010110011011010110001111111011011110010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CDAC; }

 p { color: rgb(242,205,172); }

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

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

 a { background-color: rgb(242,205,172); }

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

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

 span { border-color: rgb(242,205,172); }

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