#F2CCAC

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

Shades of Desert Sand #F2CCAC

Tints of Desert Sand #F2CCAC

Color information

#F2CCAC (or 0xF2CCAC) is unknown color: approx Desert Sand. HEX triplet: F2, CC and AC. RGB value is (242,204,172). Sum of RGB (Red+Green+Blue) = 242+204+172=618 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.16% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 172 (67.58% from 255 or 27.83% from 618); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CCAC is #0D3353. Grayscale: #D3D3D3. Windows color (decimal): -865108 or 11324658. OLE color: 11324658.

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

Color convert

RGB242204172-
CMYK00.160.290.05
HSL27.43º72.92%81.18%-
HSV(B)27.43º28.93%94.9%-
XYZ65.6665.0448.12-
YUV211.71105.59149.6-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.16%
GREEN value IS 204 (80.08% from 255) = 33.01%
BLUE value IS 172 (67.58% from 255) = 27.83%
R=39.16%
G=33.01%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220417200.160.290.0527.4372.9281.18
HexF2CCAC0101D51b4951
Octal36231425402035533111121
Binary111100101100110010101100010000111011011101110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CCAC; }

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

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

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

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

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

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

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

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