#F1B190

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

Shades of Mandys Pink #F1B190

Tints of Mandys Pink #F1B190

Color information

#F1B190 (or 0xF1B190) is unknown color: approx Mandys Pink. HEX triplet: F1, B1 and 90. RGB value is (241,177,144). Sum of RGB (Red+Green+Blue) = 241+177+144=562 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.88% from 562); Green value is 177 (69.53% from 255 or 31.49% from 562); Blue value is 144 (56.64% from 255 or 25.62% from 562); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B190 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1B190 is #0E4E6F. Grayscale: #C0C0C0. Windows color (decimal): -937584 or 9482737. OLE color: 9482737.

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

Color convert

RGB241177144-
CMYK00.270.400.05
HSL20.41º77.6%75.49%-
HSV(B)20.41º40.25%94.51%-
XYZ57.0352.1633.45-
YUV192.37100.7162.68-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.88%
GREEN value IS 177 (69.53% from 255) = 31.49%
BLUE value IS 144 (56.64% from 255) = 25.62%
R=42.88%
G=31.49%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117714400.270.400.0520.4177.675.49
HexF1B19001B285144e4b
Octal36126122003350524116113
Binary1111000110110001100100000110111010001011010010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B190; }

 p { color: rgb(241,177,144); }

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

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

 a { background-color: rgb(241,177,144); }

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

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

 span { border-color: rgb(241,177,144); }

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