Html Css Color HEX #F2C996 New Tan

📋 copy color: '#F2C996'

red 242 ◦ green 201 ◦ blue 150

#F2C996
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New Tan #F2C996

Tints of New Tan #F2C996

RGB

 RED value IS 242 (94.92% from 255) = 40.81%

 GREEN value IS 201 (78.91% from 255) = 33.9%

 BLUE value IS 150 (58.98% from 255) = 25.3%

R = 40.81%
G = 33.9%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F2C996 (or 0xF2C996) is known color: New Tan. HEX triplet: F2, C9 and 96. RGB value is (242,201,150). Sum of RGB (Red+Green+Blue) = 242+201+150=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 201 (78.91% from 255 or 33.90% from 593); Blue value is 150 (58.98% from 255 or 25.30% from 593); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C996 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C996 is #0D3669. Grayscale: #CFCFCF. Windows color (decimal): -865898 or 9882098. OLE color: 9882098.

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

Color convert

RGB 242 201 150 -
CMYK 0 0.17 0.38 0.05
HSL 33.26º 0.78% 0.77% -
HSV(B) 33.26º 0.38% 0.95% -
XYZ 63.01 62.85 37.66 -
YUV 207.45 95.58 152.65 -
System Red Green Blue C M Y K H S L
Decimal 242 201 150 0 0.17 0.38 0.05 33.26 0.78 0.77
Hex F2 C9 96 0 11 26 5 21 4E 4D
Octal 362 311 226 0 21 46 5 41 116 115
Binary 11110010 11001001 10010110 0 10001 100110 101 100001 1001110 1001101

Color Harmonies of #F2C996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C996

Black with #F2C996

Text Example


Text Example

White with #F2C996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C996; }

 p { color: rgb(242,201,150); }

 H1.HeaderClassName
 {
   color: #F2C996;
 }
 .AnyTagClassName
 {
   color: #F2C996;
 }
</style>

background-color css

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

 a { background-color: rgb(242,201,150); }

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

border-color css

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

 span { border-color: rgb(242,201,150); }

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