#F1B993

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

Shades of Mandys Pink #F1B993

Tints of Mandys Pink #F1B993

Color information

#F1B993 (or 0xF1B993) is unknown color: approx Mandys Pink. HEX triplet: F1, B9 and 93. RGB value is (241,185,147). Sum of RGB (Red+Green+Blue) = 241+185+147=573 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.06% from 573); Green value is 185 (72.66% from 255 or 32.29% from 573); Blue value is 147 (57.81% from 255 or 25.65% from 573); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B993 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B993 is #0E466C. Grayscale: #C5C5C5. Windows color (decimal): -935533 or 9681393. OLE color: 9681393.

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

Color convert

RGB241185147-
CMYK00.230.390.05
HSL24.26º77.05%76.08%-
HSV(B)24.26º39%94.51%-
XYZ58.8955.5135.21-
YUV197.4199.55159.09-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.06%
GREEN value IS 185 (72.66% from 255) = 32.29%
BLUE value IS 147 (57.81% from 255) = 25.65%
R=42.06%
G=32.29%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118514700.230.390.0524.2677.0576.08
HexF1B993017275184d4c
Octal36127122302747530115114
Binary1111000110111001100100110101111001111011100010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B993; }

 p { color: rgb(241,185,147); }

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

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

 a { background-color: rgb(241,185,147); }

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

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

 span { border-color: rgb(241,185,147); }

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