Html Css Color HEX #F1CB9E New Tan

📋 copy color: '#F1CB9E'

red 241 ◦ green 203 ◦ blue 158

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

Shades of New Tan #F1CB9E

Tints of New Tan #F1CB9E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.72%

 BLUE value IS 158 (62.11% from 255) = 26.25%

R = 40.03%
G = 33.72%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F1CB9E (or 0xF1CB9E) is known color: New Tan. HEX triplet: F1, CB and 9E. RGB value is (241,203,158). Sum of RGB (Red+Green+Blue) = 241+203+158=602 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.03% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 158 (62.11% from 255 or 26.25% from 602); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CB9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CB9E is #0E3461. Grayscale: #D1D1D1. Windows color (decimal): -930914 or 10406897. OLE color: 10406897.

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

Color convert

RGB 241 203 158 -
CMYK 0 0.16 0.34 0.05
HSL 32.53º 0.75% 0.78% -
HSV(B) 32.53º 0.34% 0.95% -
XYZ 63.8 63.88 41.32 -
YUV 209.23 99.09 150.66 -
System Red Green Blue C M Y K H S L
Decimal 241 203 158 0 0.16 0.34 0.05 32.53 0.75 0.78
Hex F1 CB 9E 0 10 22 5 21 4B 4E
Octal 361 313 236 0 20 42 5 41 113 116
Binary 11110001 11001011 10011110 0 10000 100010 101 100001 1001011 1001110

Color Harmonies of #F1CB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CB9E

Black with #F1CB9E

Text Example


Text Example

White with #F1CB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CB9E; }

 p { color: rgb(241,203,158); }

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

background-color css

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

 a { background-color: rgb(241,203,158); }

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

border-color css

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

 span { border-color: rgb(241,203,158); }

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