Html Css Color HEX #F1BA9B Mandys Pink

📋 copy color: '#F1BA9B'

red 241 ◦ green 186 ◦ blue 155

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

Shades of Mandys Pink #F1BA9B

Tints of Mandys Pink #F1BA9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 26.63%

R = 41.41%
G = 31.96%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F1BA9B (or 0xF1BA9B) is known color: Mandys Pink. HEX triplet: F1, BA and 9B. RGB value is (241,186,155). Sum of RGB (Red+Green+Blue) = 241+186+155=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 155 (60.94% from 255 or 26.63% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BA9B is #0E4564. Grayscale: #C7C7C7. Windows color (decimal): -935269 or 10205937. OLE color: 10205937.

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

Color convert

RGB 241 186 155 -
CMYK 0 0.23 0.36 0.05
HSL 21.63º 0.75% 0.78% -
HSV(B) 21.63º 0.36% 0.95% -
XYZ 59.75 56.19 38.71 -
YUV 198.91 103.22 158.02 -
System Red Green Blue C M Y K H S L
Decimal 241 186 155 0 0.23 0.36 0.05 21.63 0.75 0.78
Hex F1 BA 9B 0 17 24 5 16 4B 4E
Octal 361 272 233 0 27 44 5 26 113 116
Binary 11110001 10111010 10011011 0 10111 100100 101 10110 1001011 1001110

Color Harmonies of #F1BA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BA9B

Black with #F1BA9B

Text Example


Text Example

White with #F1BA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BA9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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