#f2cb9b

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

Shades of New Tan #F2CB9B

Tints of New Tan #F2CB9B

Color information

#F2CB9B (or 0xF2CB9B) is unknown color: approx New Tan. HEX triplet: F2, CB and 9B. RGB value is (242,203,155). Sum of RGB (Red+Green+Blue) = 242+203+155=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 155 (60.94% from 255 or 25.83% from 600); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CB9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CB9B is #0D3464. Grayscale: #D1D1D1. Windows color (decimal): -865381 or 10210290. OLE color: 10210290.

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

Color convert

RGB242203155-
CMYK00.160.360.05
HSL33.1º76.99%77.84%-
HSV(B)33.1º35.95%94.9%-
XYZ63.8963.9639.99-
YUV209.1997.42151.4-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.33%
GREEN value IS 203 (79.69% from 255) = 33.83%
BLUE value IS 155 (60.94% from 255) = 25.83%
R=40.33%
G=33.83%
B=25.83%

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
Decimal24220315500.160.360.0533.176.9977.84
HexF2CB9B010245214d4e
Octal36231323302044541115116
Binary11110010110010111001101101000010010010110000110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2cb9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2cb9b; }

 p { color: rgb(242,203,155); }

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

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

 a { background-color: rgb(242,203,155); }

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

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

 span { border-color: rgb(242,203,155); }

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