Html Css Color HEX #F2C894 New Tan

📋 copy color: '#F2C894'

red 242 ◦ green 200 ◦ blue 148

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

Shades of New Tan #F2C894

Tints of New Tan #F2C894

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.9%

 BLUE value IS 148 (58.2% from 255) = 25.08%

R = 41.02%
G = 33.9%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F2C894 (or 0xF2C894) is known color: New Tan. HEX triplet: F2, C8 and 94. RGB value is (242,200,148). Sum of RGB (Red+Green+Blue) = 242+200+148=590 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.02% from 590); Green value is 200 (78.52% from 255 or 33.90% from 590); Blue value is 148 (58.20% from 255 or 25.08% from 590); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C894 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C894 is #0D376B. Grayscale: #CECECE. Windows color (decimal): -866156 or 9750770. OLE color: 9750770.

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

Color convert

RGB 242 200 148 -
CMYK 0 0.17 0.39 0.05
HSL 33.19º 0.78% 0.76% -
HSV(B) 33.19º 0.39% 0.95% -
XYZ 62.62 62.32 36.75 -
YUV 206.63 94.91 153.23 -
System Red Green Blue C M Y K H S L
Decimal 242 200 148 0 0.17 0.39 0.05 33.19 0.78 0.76
Hex F2 C8 94 0 11 27 5 21 4E 4C
Octal 362 310 224 0 21 47 5 41 116 114
Binary 11110010 11001000 10010100 0 10001 100111 101 100001 1001110 1001100

Color Harmonies of #F2C894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C894

Black with #F2C894

Text Example


Text Example

White with #F2C894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C894; }

 p { color: rgb(242,200,148); }

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

background-color css

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

 a { background-color: rgb(242,200,148); }

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

border-color css

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

 span { border-color: rgb(242,200,148); }

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