Html Css Color HEX #F1CA9E New Tan

📋 copy color: '#F1CA9E'

red 241 ◦ green 202 ◦ blue 158

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

Shades of New Tan #F1CA9E

Tints of New Tan #F1CA9E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.61%

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

R = 40.1%
G = 33.61%
B = 26.29%

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

#F1CA9E (or 0xF1CA9E) is known color: New Tan. HEX triplet: F1, CA and 9E. RGB value is (241,202,158). Sum of RGB (Red+Green+Blue) = 241+202+158=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 158 (62.11% from 255 or 26.29% from 601); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CA9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CA9E is #0E3561. Grayscale: #D0D0D0. Windows color (decimal): -931170 or 10406641. OLE color: 10406641.

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

Color convert

RGB 241 202 158 -
CMYK 0 0.16 0.34 0.05
HSL 31.81º 0.75% 0.78% -
HSV(B) 31.81º 0.34% 0.95% -
XYZ 63.57 63.41 41.24 -
YUV 208.65 99.42 151.08 -
System Red Green Blue C M Y K H S L
Decimal 241 202 158 0 0.16 0.34 0.05 31.81 0.75 0.78
Hex F1 CA 9E 0 10 22 5 20 4B 4E
Octal 361 312 236 0 20 42 5 40 113 116
Binary 11110001 11001010 10011110 0 10000 100010 101 100000 1001011 1001110

Color Harmonies of #F1CA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CA9E

Black with #F1CA9E

Text Example


Text Example

White with #F1CA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CA9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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