#F1BA9C

Color #F1BA9C Mandys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandys Pink #F1BA9C

Tints of Mandys Pink #F1BA9C

Color information

#F1BA9C (or 0xF1BA9C) is unknown color: approx Mandys Pink. HEX triplet: F1, BA and 9C. RGB value is (241,186,156). Sum of RGB (Red+Green+Blue) = 241+186+156=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 156 (61.33% from 255 or 26.76% from 583); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BA9C is #0E4563. Grayscale: #C7C7C7. Windows color (decimal): -935268 or 10271473. OLE color: 10271473.

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

Color convert

RGB241186156-
CMYK00.230.350.05
HSL21.18º75.22%77.84%-
HSV(B)21.18º35.27%94.51%-
XYZ59.8456.2239.15-
YUV199.02103.72157.94-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.34%
GREEN value IS 186 (73.05% from 255) = 31.90%
BLUE value IS 156 (61.33% from 255) = 26.76%
R=41.34%
G=31.90%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118615600.230.350.0521.1875.2277.84
HexF1BA9C017235154b4e
Octal36127223402743525113116
Binary1111000110111010100111000101111000111011010110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BA9C; }

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

 H1.HeaderClassName
 {
   color: #F1BA9C;
 }
 .AnyTagClassName
 {
   color: #F1BA9C;
 }
</style>
background-color css

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

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

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

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

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

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