Html Css Color HEX #F1BA94 Mandys Pink

📋 copy color: '#F1BA94'

red 241 ◦ green 186 ◦ blue 148

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

Shades of Mandys Pink #F1BA94

Tints of Mandys Pink #F1BA94

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.35%

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

R = 41.91%
G = 32.35%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F1BA94 (or 0xF1BA94) is known color: Mandys Pink. HEX triplet: F1, BA and 94. RGB value is (241,186,148). Sum of RGB (Red+Green+Blue) = 241+186+148=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 148 (58.20% from 255 or 25.74% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BA94 is #0E456B. Grayscale: #C6C6C6. Windows color (decimal): -935276 or 9747185. OLE color: 9747185.

HSL color Cylindrical-coordinate representation of color #F1BA94: hue angle of 24.52º degrees, saturation: 0.77, 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 #F1BA94 is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 186 148 -
CMYK 0 0.23 0.39 0.05
HSL 24.52º 0.77% 0.76% -
HSV(B) 24.52º 0.39% 0.95% -
XYZ 59.18 55.96 35.7 -
YUV 198.11 99.72 158.59 -
System Red Green Blue C M Y K H S L
Decimal 241 186 148 0 0.23 0.39 0.05 24.52 0.77 0.76
Hex F1 BA 94 0 17 27 5 19 4D 4C
Octal 361 272 224 0 27 47 5 31 115 114
Binary 11110001 10111010 10010100 0 10111 100111 101 11001 1001101 1001100

Color Harmonies of #F1BA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BA94

Black with #F1BA94

Text Example


Text Example

White with #F1BA94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BA94; }

 p { color: rgb(241,186,148); }

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

background-color css

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

 a { background-color: rgb(241,186,148); }

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

border-color css

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

 span { border-color: rgb(241,186,148); }

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