Html Css Color HEX #F1C895 New Tan

📋 copy color: '#F1C895'

red 241 ◦ green 200 ◦ blue 149

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

Shades of New Tan #F1C895

Tints of New Tan #F1C895

RGB

 RED value IS 241 (94.53% from 255) = 40.85%

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

 BLUE value IS 149 (58.59% from 255) = 25.25%

R = 40.85%
G = 33.9%
B = 25.25%

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

#F1C895 (or 0xF1C895) is known color: New Tan. HEX triplet: F1, C8 and 95. RGB value is (241,200,149). Sum of RGB (Red+Green+Blue) = 241+200+149=590 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.85% from 590); Green value is 200 (78.52% from 255 or 33.90% from 590); Blue value is 149 (58.59% from 255 or 25.25% from 590); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C895 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C895 is #0E376A. Grayscale: #CECECE. Windows color (decimal): -931691 or 9816305. OLE color: 9816305.

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

Color convert

RGB 241 200 149 -
CMYK 0 0.17 0.38 0.05
HSL 33.26º 0.77% 0.76% -
HSV(B) 33.26º 0.38% 0.95% -
XYZ 62.35 62.18 37.15 -
YUV 206.45 95.58 152.65 -
System Red Green Blue C M Y K H S L
Decimal 241 200 149 0 0.17 0.38 0.05 33.26 0.77 0.76
Hex F1 C8 95 0 11 26 5 21 4D 4C
Octal 361 310 225 0 21 46 5 41 115 114
Binary 11110001 11001000 10010101 0 10001 100110 101 100001 1001101 1001100

Color Harmonies of #F1C895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C895

Black with #F1C895

Text Example


Text Example

White with #F1C895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C895; }

 p { color: rgb(241,200,149); }

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

background-color css

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

 a { background-color: rgb(241,200,149); }

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

border-color css

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

 span { border-color: rgb(241,200,149); }

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