Html Css Color HEX #F2C99C New Tan

📋 copy color: '#F2C99C'

red 242 ◦ green 201 ◦ blue 156

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

Shades of New Tan #F2C99C

Tints of New Tan #F2C99C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 26.04%

R = 40.4%
G = 33.56%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F2C99C (or 0xF2C99C) is known color: New Tan. HEX triplet: F2, C9 and 9C. RGB value is (242,201,156). Sum of RGB (Red+Green+Blue) = 242+201+156=599 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.40% from 599); Green value is 201 (78.91% from 255 or 33.56% from 599); Blue value is 156 (61.33% from 255 or 26.04% from 599); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C99C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C99C is #0D3663. Grayscale: #D0D0D0. Windows color (decimal): -865892 or 10275314. OLE color: 10275314.

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

Color convert

RGB 242 201 156 -
CMYK 0 0.17 0.36 0.05
HSL 31.4º 0.77% 0.78% -
HSV(B) 31.4º 0.36% 0.95% -
XYZ 63.51 63.05 40.28 -
YUV 208.13 98.58 152.16 -
System Red Green Blue C M Y K H S L
Decimal 242 201 156 0 0.17 0.36 0.05 31.4 0.77 0.78
Hex F2 C9 9C 0 11 24 5 1F 4D 4E
Octal 362 311 234 0 21 44 5 37 115 116
Binary 11110010 11001001 10011100 0 10001 100100 101 11111 1001101 1001110

Color Harmonies of #F2C99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C99C

Black with #F2C99C

Text Example


Text Example

White with #F2C99C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C99C; }

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

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

background-color css

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

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

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

border-color css

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

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

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