Html Css Color HEX #F1AD85 Tacao

📋 copy color: '#F1AD85'

red 241 ◦ green 173 ◦ blue 133

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

Shades of Tacao #F1AD85

Tints of Tacao #F1AD85

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.63%

 BLUE value IS 133 (52.34% from 255) = 24.31%

R = 44.06%
G = 31.63%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F1AD85 (or 0xF1AD85) is known color: Tacao. HEX triplet: F1, AD and 85. RGB value is (241,173,133). Sum of RGB (Red+Green+Blue) = 241+173+133=547 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.06% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 133 (52.34% from 255 or 24.31% from 547); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AD85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AD85 is #0E527A. Grayscale: #BDBDBD. Windows color (decimal): -938619 or 8760817. OLE color: 8760817.

HSL color Cylindrical-coordinate representation of color #F1AD85: hue angle of 22.22º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F1AD85 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 173 133 -
CMYK 0 0.28 0.45 0.05
HSL 22.22º 0.79% 0.73% -
HSV(B) 22.22º 0.45% 0.95% -
XYZ 55.45 50.28 28.97 -
YUV 188.77 96.53 165.25 -
System Red Green Blue C M Y K H S L
Decimal 241 173 133 0 0.28 0.45 0.05 22.22 0.79 0.73
Hex F1 AD 85 0 1C 2D 5 16 4F 49
Octal 361 255 205 0 34 55 5 26 117 111
Binary 11110001 10101101 10000101 0 11100 101101 101 10110 1001111 1001001

Color Harmonies of #F1AD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AD85

Black with #F1AD85

Text Example


Text Example

White with #F1AD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AD85; }

 p { color: rgb(241,173,133); }

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

background-color css

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

 a { background-color: rgb(241,173,133); }

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

border-color css

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

 span { border-color: rgb(241,173,133); }

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