Html Css Color HEX #F1BA98 Mandys Pink

📋 copy color: '#F1BA98'

red 241 ◦ green 186 ◦ blue 152

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

Shades of Mandys Pink #F1BA98

Tints of Mandys Pink #F1BA98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 26.25%

R = 41.62%
G = 32.12%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F1BA98 (or 0xF1BA98) is known color: Mandys Pink. HEX triplet: F1, BA and 98. RGB value is (241,186,152). Sum of RGB (Red+Green+Blue) = 241+186+152=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 152 (59.77% from 255 or 26.25% from 579); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BA98 is #0E4567. Grayscale: #C6C6C6. Windows color (decimal): -935272 or 10009329. OLE color: 10009329.

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

Color convert

RGB 241 186 152 -
CMYK 0 0.23 0.37 0.05
HSL 22.92º 0.76% 0.77% -
HSV(B) 22.92º 0.37% 0.95% -
XYZ 59.5 56.09 37.4 -
YUV 198.57 101.72 158.26 -
System Red Green Blue C M Y K H S L
Decimal 241 186 152 0 0.23 0.37 0.05 22.92 0.76 0.77
Hex F1 BA 98 0 17 25 5 17 4C 4D
Octal 361 272 230 0 27 45 5 27 114 115
Binary 11110001 10111010 10011000 0 10111 100101 101 10111 1001100 1001101

Color Harmonies of #F1BA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BA98

Black with #F1BA98

Text Example


Text Example

White with #F1BA98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BA98; }

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

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

background-color css

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

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

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

border-color css

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

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

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