#F2CC9C

Color #F2CC9C New Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Tan #F2CC9C

Tints of New Tan #F2CC9C

Color information

#F2CC9C (or 0xF2CC9C) is unknown color: approx New Tan. HEX triplet: F2, CC and 9C. RGB value is (242,204,156). Sum of RGB (Red+Green+Blue) = 242+204+156=602 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.20% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 156 (61.33% from 255 or 25.91% from 602); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CC9C is #0D3363. Grayscale: #D2D2D2. Windows color (decimal): -865124 or 10276082. OLE color: 10276082.

HSL color Cylindrical-coordinate representation of color #F2CC9C: hue angle of 33.49º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F2CC9C is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB242204156-
CMYK00.160.360.05
HSL33.49º76.79%78.04%-
HSV(B)33.49º35.54%94.9%-
XYZ64.2164.4640.51-
YUV209.8997.59150.9-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.20%
GREEN value IS 204 (80.08% from 255) = 33.89%
BLUE value IS 156 (61.33% from 255) = 25.91%
R=40.20%
G=33.89%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220415600.160.360.0533.4976.7978.04
HexF2CC9C010245214d4e
Octal36231423402044541115116
Binary11110010110011001001110001000010010010110000110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CC9C; }

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

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

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

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

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

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

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

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