#F1B08A

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

Shades of Mandys Pink #F1B08A

Tints of Mandys Pink #F1B08A

Color information

#F1B08A (or 0xF1B08A) is unknown color: approx Mandys Pink. HEX triplet: F1, B0 and 8A. RGB value is (241,176,138). Sum of RGB (Red+Green+Blue) = 241+176+138=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 176 (69.14% from 255 or 31.71% from 555); Blue value is 138 (54.30% from 255 or 24.86% from 555); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B08A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1B08A is #0E4F75. Grayscale: #BFBFBF. Windows color (decimal): -937846 or 9089265. OLE color: 9089265.

HSL color Cylindrical-coordinate representation of color #F1B08A: hue angle of 22.14º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F1B08A is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB241176138-
CMYK00.270.430.05
HSL22.14º78.63%74.31%-
HSV(B)22.14º42.74%94.51%-
XYZ56.3951.5931.03-
YUV191.198.03163.59-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.42%
GREEN value IS 176 (69.14% from 255) = 31.71%
BLUE value IS 138 (54.30% from 255) = 24.86%
R=43.42%
G=31.71%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117613800.270.430.0522.1478.6374.31
HexF1B08A01B2B5164f4a
Octal36126021203353526117112
Binary1111000110110000100010100110111010111011011010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B08A; }

 p { color: rgb(241,176,138); }

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

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

 a { background-color: rgb(241,176,138); }

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

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

 span { border-color: rgb(241,176,138); }

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