#F2CAAC

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

Shades of Desert Sand #F2CAAC

Tints of Desert Sand #F2CAAC

Color information

#F2CAAC (or 0xF2CAAC) is unknown color: approx Desert Sand. HEX triplet: F2, CA and AC. RGB value is (242,202,172). Sum of RGB (Red+Green+Blue) = 242+202+172=616 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.29% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 172 (67.58% from 255 or 27.92% from 616); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CAAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CAAC is #0D3553. Grayscale: #D2D2D2. Windows color (decimal): -865620 or 11324146. OLE color: 11324146.

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

Color convert

RGB242202172-
CMYK00.170.290.05
HSL25.71º72.92%81.18%-
HSV(B)25.71º28.93%94.9%-
XYZ65.1864.147.97-
YUV210.54106.25150.44-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.29%
GREEN value IS 202 (79.30% from 255) = 32.79%
BLUE value IS 172 (67.58% from 255) = 27.92%
R=39.29%
G=32.79%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220217200.170.290.0525.7172.9281.18
HexF2CAAC0111D51a4951
Octal36231225402135532111121
Binary111100101100101010101100010001111011011101010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CAAC; }

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

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

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

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

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

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

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

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